Html Css Color HEX #06696D Blue Lagoon

📋 copy color: '#06696D'

red 6 ◦ green 105 ◦ blue 109

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

Shades of Blue Lagoon #06696D

Tints of Blue Lagoon #06696D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 47.73%

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

R = 2.73%
G = 47.73%
B = 49.55%

CMYK

 C value IS 0.94

 M value IS 0.04

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#06696D (or 0x06696D) is known color: Blue Lagoon. HEX triplet: 06, 69 and 6D. RGB value is (6,105,109). Sum of RGB (Red+Green+Blue) = 6+105+109=220 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.73% from 220); Green value is 105 (41.41% from 255 or 47.73% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 109 - color contains mainly: blue. Hex color #06696D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06696D is #F99692. Grayscale: #4B4B4B. Windows color (decimal): -16357011 or 7170310. OLE color: 7170310.

HSL color Cylindrical-coordinate representation of color #06696D: hue angle of 182.33º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06696D is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 6 105 109 -
CMYK 0.94 0.04 0 0.57
HSL 182.33º 0.9% 0.23% -
HSV(B) 182.33º 0.94% 0.43% -
XYZ 7.89 11.25 16.22 -
YUV 75.86 146.7 78.17 -
System Red Green Blue C M Y K H S L
Decimal 6 105 109 0.94 0.04 0 0.57 182.33 0.9 0.23
Hex 6 69 6D 5E 4 0 39 B6 5A 17
Octal 6 151 155 136 4 0 71 266 132 27
Binary 110 1101001 1101101 1011110 100 0 111001 10110110 1011010 10111

Color Harmonies of #06696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06696D

Black with #06696D

Text Example


Text Example

White with #06696D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06696D; }

 p { color: rgb(6,105,109); }

 H1.HeaderClassName
 {
   color: #06696D;
 }
 .AnyTagClassName
 {
   color: #06696D;
 }
</style>

background-color css

<style>
 a { background-color: #06696D; }

 a { background-color: rgb(6,105,109); }

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

border-color css

<style>
 span { border-color: #06696D; }

 span { border-color: rgb(6,105,109); }

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