Html Css Color HEX #066574 Blue Lagoon

📋 copy color: '#066574'

red 6 ◦ green 101 ◦ blue 116

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

Shades of Blue Lagoon #066574

Tints of Blue Lagoon #066574

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.29%

 BLUE value IS 116 (45.7% from 255) = 52.02%

R = 2.69%
G = 45.29%
B = 52.02%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#066574 (or 0x066574) is known color: Blue Lagoon. HEX triplet: 06, 65 and 74. RGB value is (6,101,116). Sum of RGB (Red+Green+Blue) = 6+101+116=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 101 (39.84% from 255 or 45.29% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #066574 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066574 is #F99A8B. Grayscale: #4A4A4A. Windows color (decimal): -16358028 or 7628038. OLE color: 7628038.

HSL color Cylindrical-coordinate representation of color #066574: hue angle of 188.18º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066574 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 101 116 -
CMYK 0.95 0.13 0 0.55
HSL 188.18º 0.9% 0.24% -
HSV(B) 188.18º 0.95% 0.45% -
XYZ 7.88 10.61 18.15 -
YUV 74.31 151.53 79.28 -
System Red Green Blue C M Y K H S L
Decimal 6 101 116 0.95 0.13 0 0.55 188.18 0.9 0.24
Hex 6 65 74 5F D 0 37 BC 5A 18
Octal 6 145 164 137 15 0 67 274 132 30
Binary 110 1100101 1110100 1011111 1101 0 110111 10111100 1011010 11000

Color Harmonies of #066574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066574

Black with #066574

Text Example


Text Example

White with #066574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066574; }

 p { color: rgb(6,101,116); }

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

background-color css

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

 a { background-color: rgb(6,101,116); }

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

border-color css

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

 span { border-color: rgb(6,101,116); }

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