Color Hex Logo

#6a92be Color Hex

#6A92BE
(106,146,190)
0 Favorites   0 Comments

Color spaces of #6a92be

RGB 106146190
HSL0.590.390.58
HSV211°44°75°
CMYK 0.440.230.00   0.25
XYZ25.517027.339652.6474
Yxy27.33960.24190.2591
Hunter Lab52.2873-4.3920-23.0972
CIE-Lab59.2874-1.9620-27.1711

#6a92be color RGB value is (106,146,190).

#6a92be hex color red value is 106, green value is 146 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6a92be hue: 0.59 , saturation: 0.39 and the lightness value of 6a92be is 0.58.

The process color (four color CMYK) of #6a92be color hex is 0.44, 0.23, 0.00, 0.25. Web safe color of #6a92be is #6699cc. Color #6a92be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10010010 10111110
Octal 152 222 276
Decimal 106 146 190
Hex 6A 92 BE

RGB Percentages of Color #6a92be

%23.98
%33.03
%42.99

CMYK Percentages of Color #6a92be

%44
%23
%0
%25

Triadic Colors of #6a92be

#6a92be #be6a92 #92be6a

Analogous Colors of #6a92be

#6a92be #6c6abe #6abcbe

Monochromatic Colors of #6a92be

#6a92be

Complementary Color

#6a92be #be966a

#6a92be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a92be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a92be Color CSS Codes

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

#6a92be Text Font Color

<p style="color:#6a92be">Text here</p>

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


#6a92be Background Color

<div style="background-color:#6a92be">
Div content here</div>

This div background color is #6a92be


#6a92be Border Color

<div style="border:3px solid #6a92be">
Div here</div>

This div border color is #6a92be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,146,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a92be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a92be;
  -webkit-box-shadow: 1px 1px 3px 2px #6a92be;
  box-shadow:         1px 1px 3px 2px #6a92be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,146,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a92be


Comments

No comments written yet.

Please login to write comment.