Color Hex Logo

#065af9 Color Hex

#065AF9
(6,90,249)
0 Favorites   0 Comments

Color spaces of #065af9

RGB 690249
HSL0.610.950.50
HSV219°98°98°
CMYK 0.980.640.00   0.02
XYZ20.830214.190691.2637
Yxy14.19060.16490.1124
Hunter Lab37.670432.7800-117.2720
CIE-Lab44.505040.6568-84.2524

#065af9 color RGB value is (6,90,249).

#065af9 hex color red value is 6, green value is 90 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #065af9 hue: 0.61 , saturation: 0.95 and the lightness value of 065af9 is 0.50.

The process color (four color CMYK) of #065af9 color hex is 0.98, 0.64, 0.00, 0.02. Web safe color of #065af9 is #0066ff. Color #065af9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01011010 11111001
Octal 6 132 371
Decimal 6 90 249
Hex 6 5A F9

RGB Percentages of Color #065af9

%1.74
%26.09
%72.17

CMYK Percentages of Color #065af9

%98
%64
%0
%2

Triadic Colors of #065af9

#065af9 #f9065a #5af906

Analogous Colors of #065af9

#065af9 #2b06f9 #06d4f9

Monochromatic Colors of #065af9

#065af9

Complementary Color

#065af9 #f9a506

#065af9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065af9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#065af9 Color CSS Codes

.mybgcolor {background-color:#065af9; } 
.myforecolor {color:#065af9; }
.mybordercolor {border:3px solid #065af9; }

#065af9 Text Font Color

<p style="color:#065af9">Text here</p>

This sample text font color is #065af9
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#065af9 Background Color

<div style="background-color:#065af9">
Div content here</div>

This div background color is #065af9


#065af9 Border Color

<div style="border:3px solid #065af9">
Div here</div>

This div border color is #065af9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,90,249, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #065af9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #065af9;
  -webkit-box-shadow: 1px 1px 3px 2px #065af9;
  box-shadow:         1px 1px 3px 2px #065af9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,90,249, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #065af9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #065af9;
  -webkit-box-shadow: 1px 1px 3px 2px #065af9;
  box-shadow:         1px 1px 3px 2px #065af9;">
Div content here</div>

This div box has shadow with color #065af9

Related Colors


Comments

No comments written yet.

Please login to write comment.