Html Css Color HEX #06556C Blue Lagoon

📋 copy color: '#06556C'

red 6 ◦ green 85 ◦ blue 108

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

Shades of Blue Lagoon #06556C

Tints of Blue Lagoon #06556C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.71%

 BLUE value IS 108 (42.58% from 255) = 54.27%

R = 3.02%
G = 42.71%
B = 54.27%

CMYK

 C value IS 0.94

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#06556C (or 0x06556C) is known color: Blue Lagoon. HEX triplet: 06, 55 and 6C. RGB value is (6,85,108). Sum of RGB (Red+Green+Blue) = 6+85+108=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 108 (42.58% from 255 or 54.27% from 199); Max value from RGB is 108 - color contains mainly: blue. Hex color #06556C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06556C is #F9AA93. Grayscale: #3F3F3F. Windows color (decimal): -16362132 or 7099654. OLE color: 7099654.

HSL color Cylindrical-coordinate representation of color #06556C: hue angle of 193.53º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06556C is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 6 85 108 -
CMYK 0.94 0.21 0 0.58
HSL 193.53º 0.89% 0.22% -
HSV(B) 193.53º 0.94% 0.42% -
XYZ 6.03 7.62 15.34 -
YUV 64 152.83 86.63 -
System Red Green Blue C M Y K H S L
Decimal 6 85 108 0.94 0.21 0 0.58 193.53 0.89 0.22
Hex 6 55 6C 5E 15 0 3A C2 59 16
Octal 6 125 154 136 25 0 72 302 131 26
Binary 110 1010101 1101100 1011110 10101 0 111010 11000010 1011001 10110

Color Harmonies of #06556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06556C

Black with #06556C

Text Example


Text Example

White with #06556C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06556C; }

 p { color: rgb(6,85,108); }

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

background-color css

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

 a { background-color: rgb(6,85,108); }

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

border-color css

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

 span { border-color: rgb(6,85,108); }

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