#066183

Color #066183 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #066183

Tints of Blue Lagoon #066183

Color information

#066183 (or 0x066183) is unknown color: approx Blue Lagoon. HEX triplet: 06, 61 and 83. RGB value is (6,97,131). Sum of RGB (Red+Green+Blue) = 6+97+131=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 131 (51.56% from 255 or 55.98% from 234); Max value from RGB is 131 - color contains mainly: blue. Hex color #066183 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066183 is #F99E7C. Grayscale: #494949. Windows color (decimal): -16359037 or 8610054. OLE color: 8610054.

HSL color Cylindrical-coordinate representation of color #066183: hue angle of 196.32º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066183 is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB697131-
CMYK0.950.2600.49
HSL196.32º91.24%26.86%-
HSV(B)196.32º95.42%51.37%-
XYZ8.4510.2323-
YUV73.67160.3579.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 2.56%
GREEN value IS 97 (38.28% from 255) = 41.45%
BLUE value IS 131 (51.56% from 255) = 55.98%
R=2.56%
G=41.45%
B=55.98%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6971310.950.2600.49196.3291.2426.86
Hex661835F1A031c45b1b
Octal61412031373206130413333
Binary110110000110000011101111111010011000111000100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066183; }

 p { color: rgb(6,97,131); }

 H1.HeaderClassName
 {
   color: #066183;
 }
 .AnyTagClassName
 {
   color: #066183;
 }
</style>
background-color css

<style>
 a { background-color: #066183; }

 a { background-color: rgb(6,97,131); }

 div.DivClassName
 {
   background-color: #066183;
 }
 .BgClassName
 {
   background-color: #066183;
 }
</style>
border-color css

<style>
 span { border-color: #066183; }

 span { border-color: rgb(6,97,131); }

 td.TdClassName
 {
   border-color: #066183;
 }
 .TagClassName
 {
   border-color: #066183;
 }
</style>