Html Css Color HEX #066469 Blue Lagoon

📋 copy color: '#066469'

red 6 ◦ green 100 ◦ blue 105

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

Shades of Blue Lagoon #066469

Tints of Blue Lagoon #066469

RGB

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

 GREEN value IS 100 (39.45% from 255) = 47.39%

 BLUE value IS 105 (41.41% from 255) = 49.76%

R = 2.84%
G = 47.39%
B = 49.76%

CMYK

 C value IS 0.94

 M value IS 0.05

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#066469 (or 0x066469) is known color: Blue Lagoon. HEX triplet: 06, 64 and 69. RGB value is (6,100,105). Sum of RGB (Red+Green+Blue) = 6+100+105=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 100 (39.45% from 255 or 47.39% from 211); Blue value is 105 (41.41% from 255 or 49.76% from 211); Max value from RGB is 105 - color contains mainly: blue. Hex color #066469 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066469 is #F99B96. Grayscale: #484848. Windows color (decimal): -16358295 or 6906886. OLE color: 6906886.

HSL color Cylindrical-coordinate representation of color #066469: hue angle of 183.03º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066469 is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 6 100 105 -
CMYK 0.94 0.05 0 0.59
HSL 183.03º 0.89% 0.22% -
HSV(B) 183.03º 0.94% 0.41% -
XYZ 7.18 10.17 14.95 -
YUV 72.46 146.36 80.59 -
System Red Green Blue C M Y K H S L
Decimal 6 100 105 0.94 0.05 0 0.59 183.03 0.89 0.22
Hex 6 64 69 5E 5 0 3B B7 59 16
Octal 6 144 151 136 5 0 73 267 131 26
Binary 110 1100100 1101001 1011110 101 0 111011 10110111 1011001 10110

Color Harmonies of #066469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066469

Black with #066469

Text Example


Text Example

White with #066469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066469; }

 p { color: rgb(6,100,105); }

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

background-color css

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

 a { background-color: rgb(6,100,105); }

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

border-color css

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

 span { border-color: rgb(6,100,105); }

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