Color Hex Logo

#065abb Color Hex

#065ABB
(6,90,187)
0 Favorites   0 Comments

Color spaces of #065abb

RGB 690187
HSL0.590.940.38
HSV212°97°73°
CMYK 0.970.520.00   0.27
XYZ12.700910.938948.4557
Yxy10.93890.17620.1517
Hunter Lab33.074010.6671-63.7121
CIE-Lab39.477416.4976-57.0444

#065abb color RGB value is (6,90,187).

#065abb hex color red value is 6, green value is 90 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #065abb hue: 0.59 , saturation: 0.94 and the lightness value of 065abb is 0.38.

The process color (four color CMYK) of #065abb color hex is 0.97, 0.52, 0.00, 0.27. Web safe color of #065abb is #0066cc. Color #065abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01011010 10111011
Octal 6 132 273
Decimal 6 90 187
Hex 6 5A BB

RGB Percentages of Color #065abb

%2.12
%31.80
%66.08

CMYK Percentages of Color #065abb

%97
%52
%0
%27

Triadic Colors of #065abb

#065abb #bb065a #5abb06

Analogous Colors of #065abb

#065abb #0d06bb #06b5bb

Monochromatic Colors of #065abb

#065abb

Complementary Color

#065abb #bb6706

#065abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#065abb Color CSS Codes

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

#065abb Text Font Color

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

This sample text font color is #065abb
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.


#065abb Background Color

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

This div background color is #065abb


#065abb Border Color

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

This div border color is #065abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065abb


Comments

No comments written yet.

Please login to write comment.