Html Css Color HEX #006A6D Blue Lagoon

📋 copy color: '#006A6D'

red 0 ◦ green 106 ◦ blue 109

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

Shades of Blue Lagoon #006A6D

Tints of Blue Lagoon #006A6D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 49.3%

 BLUE value IS 109 (42.97% from 255) = 50.7%

R = 0%
G = 49.3%
B = 50.7%

CMYK

 C value IS 1

 M value IS 0.03

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#006A6D (or 0x006A6D) is known color: Blue Lagoon. HEX triplet: 00, 6A and 6D. RGB value is (0,106,109). Sum of RGB (Red+Green+Blue) = 0+106+109=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 106 (41.80% from 255 or 49.30% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #006A6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006A6D is #FF9592. Grayscale: #4A4A4A. Windows color (decimal): -16749971 or 7170560. OLE color: 7170560.

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

Color convert

RGB 0 106 109 -
CMYK 1 0.03 0 0.57
HSL 181.65º 1% 0.21% -
HSV(B) 181.65º 1% 0.43% -
XYZ 7.91 11.41 16.25 -
YUV 74.65 147.38 74.76 -
System Red Green Blue C M Y K H S L
Decimal 0 106 109 1 0.03 0 0.57 181.65 1 0.21
Hex 0 6A 6D 64 3 0 39 B6 64 15
Octal 0 152 155 144 3 0 71 266 144 25
Binary 0 1101010 1101101 1100100 11 0 111001 10110110 1100100 10101

Color Harmonies of #006A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006A6D

Black with #006A6D

Text Example


Text Example

White with #006A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,106,109); }

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

background-color css

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

 a { background-color: rgb(0,106,109); }

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

border-color css

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

 span { border-color: rgb(0,106,109); }

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