Html Css Color HEX #06586C Blue Lagoon

📋 copy color: '#06586C'

red 6 ◦ green 88 ◦ blue 108

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

Shades of Blue Lagoon #06586C

Tints of Blue Lagoon #06586C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 43.56%

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

R = 2.97%
G = 43.56%
B = 53.47%

CMYK

 C value IS 0.94

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#06586C (or 0x06586C) is known color: Blue Lagoon. HEX triplet: 06, 58 and 6C. RGB value is (6,88,108). Sum of RGB (Red+Green+Blue) = 6+88+108=202 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.97% from 202); Green value is 88 (34.77% from 255 or 43.56% from 202); Blue value is 108 (42.58% from 255 or 53.47% from 202); Max value from RGB is 108 - color contains mainly: blue. Hex color #06586C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06586C is #F9A793. Grayscale: #414141. Windows color (decimal): -16361364 or 7100422. OLE color: 7100422.

HSL color Cylindrical-coordinate representation of color #06586C: hue angle of 191.76º 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 #06586C is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 6 88 108 -
CMYK 0.94 0.19 0 0.58
HSL 191.76º 0.89% 0.22% -
HSV(B) 191.76º 0.94% 0.42% -
XYZ 6.27 8.1 15.42 -
YUV 65.76 151.83 85.37 -
System Red Green Blue C M Y K H S L
Decimal 6 88 108 0.94 0.19 0 0.58 191.76 0.89 0.22
Hex 6 58 6C 5E 13 0 3A C0 59 16
Octal 6 130 154 136 23 0 72 300 131 26
Binary 110 1011000 1101100 1011110 10011 0 111010 11000000 1011001 10110

Color Harmonies of #06586C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06586C

Black with #06586C

Text Example


Text Example

White with #06586C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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