#066378

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

Shades of Blue Lagoon #066378

Tints of Blue Lagoon #066378

Color information

#066378 (or 0x066378) is unknown color: approx Blue Lagoon. HEX triplet: 06, 63 and 78. RGB value is (6,99,120). Sum of RGB (Red+Green+Blue) = 6+99+120=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #066378 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066378 is #F99C87. Grayscale: #494949. Windows color (decimal): -16358536 or 7889670. OLE color: 7889670.

HSL color Cylindrical-coordinate representation of color #066378: hue angle of 191.05º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066378 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB699120-
CMYK0.950.1700.53
HSL191.05º90.48%24.71%-
HSV(B)191.05º95%47.06%-
XYZ7.9310.3219.34-
YUV73.59154.1979.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.67%
GREEN value IS 99 (39.06% from 255) = 44%
BLUE value IS 120 (47.27% from 255) = 53.33%
R=2.67%
G=44%
B=53.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6991200.950.1700.53191.0590.4824.71
Hex663785F11035bf5a19
Octal61431701372106527713231
Binary11011000111111000101111110001011010110111111101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066378; }

 p { color: rgb(6,99,120); }

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

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

 a { background-color: rgb(6,99,120); }

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

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

 span { border-color: rgb(6,99,120); }

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