Html Css Color HEX #066078 Blue Lagoon

📋 copy color: '#066078'

red 6 ◦ green 96 ◦ blue 120

#066078
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #066078

Tints of Blue Lagoon #066078

RGB

 RED value IS 6 (2.73% from 255) = 2.7%

 GREEN value IS 96 (37.89% from 255) = 43.24%

 BLUE value IS 120 (47.27% from 255) = 54.05%

R = 2.7%
G = 43.24%
B = 54.05%

CMYK

 C value IS 0.95

 M value IS 0.2

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#066078 (or 0x066078) is known color: Blue Lagoon. HEX triplet: 06, 60 and 78. RGB value is (6,96,120). Sum of RGB (Red+Green+Blue) = 6+96+120=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 120 (47.27% from 255 or 54.05% from 222); Max value from RGB is 120 - color contains mainly: blue. Hex color #066078 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066078 is #F99F87. Grayscale: #474747. Windows color (decimal): -16359304 or 7888902. OLE color: 7888902.

HSL color Cylindrical-coordinate representation of color #066078: hue angle of 192.63º 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 #066078 is Cyan = 0.95, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 6 96 120 -
CMYK 0.95 0.2 0 0.53
HSL 192.63º 0.9% 0.25% -
HSV(B) 192.63º 0.95% 0.47% -
XYZ 7.65 9.76 19.25 -
YUV 71.83 155.18 81.05 -
System Red Green Blue C M Y K H S L
Decimal 6 96 120 0.95 0.2 0 0.53 192.63 0.9 0.25
Hex 6 60 78 5F 14 0 35 C1 5A 19
Octal 6 140 170 137 24 0 65 301 132 31
Binary 110 1100000 1111000 1011111 10100 0 110101 11000001 1011010 11001

Color Harmonies of #066078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066078

Black with #066078

Text Example


Text Example

White with #066078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066078; }

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

 H1.HeaderClassName
 {
   color: #066078;
 }
 .AnyTagClassName
 {
   color: #066078;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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