Html Css Color HEX #06616C Blue Lagoon

📋 copy color: '#06616C'

red 6 ◦ green 97 ◦ blue 108

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

Shades of Blue Lagoon #06616C

Tints of Blue Lagoon #06616C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.97%

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

R = 2.84%
G = 45.97%
B = 51.18%

CMYK

 C value IS 0.94

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#06616C (or 0x06616C) is known color: Blue Lagoon. HEX triplet: 06, 61 and 6C. RGB value is (6,97,108). Sum of RGB (Red+Green+Blue) = 6+97+108=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 108 (42.58% from 255 or 51.18% from 211); Max value from RGB is 108 - color contains mainly: blue. Hex color #06616C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06616C is #F99E93. Grayscale: #464646. Windows color (decimal): -16359060 or 7102726. OLE color: 7102726.

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

Color convert

RGB 6 97 108 -
CMYK 0.94 0.10 0 0.58
HSL 186.47º 0.89% 0.22% -
HSV(B) 186.47º 0.94% 0.42% -
XYZ 7.06 9.67 15.68 -
YUV 71.05 148.85 81.61 -
System Red Green Blue C M Y K H S L
Decimal 6 97 108 0.94 0.10 0 0.58 186.47 0.89 0.22
Hex 6 61 6C 5E A 0 3A BA 59 16
Octal 6 141 154 136 12 0 72 272 131 26
Binary 110 1100001 1101100 1011110 1010 0 111010 10111010 1011001 10110

Color Harmonies of #06616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06616C

Black with #06616C

Text Example


Text Example

White with #06616C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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