Html Css Color HEX #06696F Blue Lagoon

📋 copy color: '#06696F'

red 6 ◦ green 105 ◦ blue 111

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

Shades of Blue Lagoon #06696F

Tints of Blue Lagoon #06696F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 50%

R = 2.7%
G = 47.3%
B = 50%

CMYK

 C value IS 0.95

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#06696F (or 0x06696F) is known color: Blue Lagoon. HEX triplet: 06, 69 and 6F. RGB value is (6,105,111). Sum of RGB (Red+Green+Blue) = 6+105+111=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 105 (41.41% from 255 or 47.30% from 222); Blue value is 111 (43.75% from 255 or 50% from 222); Max value from RGB is 111 - color contains mainly: blue. Hex color #06696F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06696F is #F99690. Grayscale: #4B4B4B. Windows color (decimal): -16357009 or 7301382. OLE color: 7301382.

HSL color Cylindrical-coordinate representation of color #06696F: hue angle of 183.43º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06696F is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 105 111 -
CMYK 0.95 0.05 0 0.56
HSL 183.43º 0.9% 0.23% -
HSV(B) 183.43º 0.95% 0.44% -
XYZ 8 11.29 16.8 -
YUV 76.08 147.7 78.01 -
System Red Green Blue C M Y K H S L
Decimal 6 105 111 0.95 0.05 0 0.56 183.43 0.9 0.23
Hex 6 69 6F 5F 5 0 38 B7 5A 17
Octal 6 151 157 137 5 0 70 267 132 27
Binary 110 1101001 1101111 1011111 101 0 111000 10110111 1011010 10111

Color Harmonies of #06696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06696F

Black with #06696F

Text Example


Text Example

White with #06696F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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