Color Hex Logo

#6092db Color Hex

#6092DB
(96,146,219)
0 Favorites   0 Comments

Color spaces of #6092db

RGB 96146219
HSL0.600.630.62
HSV216°56°86°
CMYK 0.560.330.00   0.14
XYZ27.888928.159070.9832
Yxy28.15900.21950.2217
Hunter Lab53.06510.9487-42.1645
CIE-Lab60.03214.5274-42.3285

#6092db color RGB value is (96,146,219).

#6092db hex color red value is 96, green value is 146 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6092db hue: 0.60 , saturation: 0.63 and the lightness value of 6092db is 0.62.

The process color (four color CMYK) of #6092db color hex is 0.56, 0.33, 0.00, 0.14. Web safe color of #6092db is #6699cc. Color #6092db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10010010 11011011
Octal 140 222 333
Decimal 96 146 219
Hex 60 92 DB

RGB Percentages of Color #6092db

%20.82
%31.67
%47.51

CMYK Percentages of Color #6092db

%56
%33
%0
%14

Triadic Colors of #6092db

#6092db #db6092 #92db60

Analogous Colors of #6092db

#6092db #6c60db #60d0db

Monochromatic Colors of #6092db

#6092db

Complementary Color

#6092db #dba960

#6092db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6092db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6092db Color CSS Codes

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

#6092db Text Font Color

<p style="color:#6092db">Text here</p>

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


#6092db Background Color

<div style="background-color:#6092db">
Div content here</div>

This div background color is #6092db


#6092db Border Color

<div style="border:3px solid #6092db">
Div here</div>

This div border color is #6092db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,146,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6092db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6092db;
  -webkit-box-shadow: 1px 1px 3px 2px #6092db;
  box-shadow:         1px 1px 3px 2px #6092db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6092db


Comments

No comments written yet.

Please login to write comment.