Html Css Color HEX #006C6E Blue Lagoon

📋 copy color: '#006C6E'

red 0 ◦ green 108 ◦ blue 110

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

Shades of Blue Lagoon #006C6E

Tints of Blue Lagoon #006C6E

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 108 (42.58% from 255) = 49.54%

 BLUE value IS 110 (43.36% from 255) = 50.46%

R = 0%
G = 49.54%
B = 50.46%

CMYK

 C value IS 1

 M value IS 0.02

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#006C6E (or 0x006C6E) is known color: Blue Lagoon. HEX triplet: 00, 6C and 6E. RGB value is (0,108,110). Sum of RGB (Red+Green+Blue) = 0+108+110=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 108 (42.58% from 255 or 49.54% from 218); Blue value is 110 (43.36% from 255 or 50.46% from 218); Max value from RGB is 110 - color contains mainly: blue. Hex color #006C6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006C6E is #FF9391. Grayscale: #4B4B4B. Windows color (decimal): -16749458 or 7236608. OLE color: 7236608.

HSL color Cylindrical-coordinate representation of color #006C6E: hue angle of 181.09º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006C6E is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 0 108 110 -
CMYK 1 0.02 0 0.57
HSL 181.09º 1% 0.22% -
HSV(B) 181.09º 1% 0.43% -
XYZ 8.18 11.85 16.61 -
YUV 75.94 147.22 73.84 -
System Red Green Blue C M Y K H S L
Decimal 0 108 110 1 0.02 0 0.57 181.09 1 0.22
Hex 0 6C 6E 64 2 0 39 B5 64 16
Octal 0 154 156 144 2 0 71 265 144 26
Binary 0 1101100 1101110 1100100 10 0 111001 10110101 1100100 10110

Color Harmonies of #006C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006C6E

Black with #006C6E

Text Example


Text Example

White with #006C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006C6E; }

 p { color: rgb(0,108,110); }

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

background-color css

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

 a { background-color: rgb(0,108,110); }

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

border-color css

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

 span { border-color: rgb(0,108,110); }

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