Html Css Color HEX #066569 Blue Lagoon

📋 copy color: '#066569'

red 6 ◦ green 101 ◦ blue 105

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

Shades of Blue Lagoon #066569

Tints of Blue Lagoon #066569

RGB

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

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

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

R = 2.83%
G = 47.64%
B = 49.53%

CMYK

 C value IS 0.94

 M value IS 0.04

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#066569 (or 0x066569) is known color: Blue Lagoon. HEX triplet: 06, 65 and 69. RGB value is (6,101,105). Sum of RGB (Red+Green+Blue) = 6+101+105=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 101 (39.84% from 255 or 47.64% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #066569 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066569 is #F99A96. Grayscale: #484848. Windows color (decimal): -16358039 or 6907142. OLE color: 6907142.

HSL color Cylindrical-coordinate representation of color #066569: hue angle of 182.42º 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 #066569 is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 6 101 105 -
CMYK 0.94 0.04 0 0.59
HSL 182.42º 0.89% 0.22% -
HSV(B) 182.42º 0.94% 0.41% -
XYZ 7.28 10.37 14.98 -
YUV 73.05 146.03 80.17 -
System Red Green Blue C M Y K H S L
Decimal 6 101 105 0.94 0.04 0 0.59 182.42 0.89 0.22
Hex 6 65 69 5E 4 0 3B B6 59 16
Octal 6 145 151 136 4 0 73 266 131 26
Binary 110 1100101 1101001 1011110 100 0 111011 10110110 1011001 10110

Color Harmonies of #066569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066569

Black with #066569

Text Example


Text Example

White with #066569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066569; }

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

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

background-color css

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

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

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

border-color css

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

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

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