#206F67

Color #206F67 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #206F67

Tints of Blue Stone #206F67

Color information

#206F67 (or 0x206F67) is unknown color: approx Blue Stone. HEX triplet: 20, 6F and 67. RGB value is (32,111,103). Sum of RGB (Red+Green+Blue) = 32+111+103=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 111 (43.75% from 255 or 45.12% from 246); Blue value is 103 (40.62% from 255 or 41.87% from 246); Max value from RGB is 111 - color contains mainly: green. Hex color #206F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206F67 is #DF9098. Grayscale: #565656. Windows color (decimal): -14651545 or 6778656. OLE color: 6778656.

HSL color Cylindrical-coordinate representation of color #206F67: hue angle of 173.92º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #206F67 is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB32111103-
CMYK0.7100.070.56
HSL173.92º55.24%28.04%-
HSV(B)173.92º71.17%43.53%-
XYZ8.7312.6614.81-
YUV86.47137.3389.15-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.01%
GREEN value IS 111 (43.75% from 255) = 45.12%
BLUE value IS 103 (40.62% from 255) = 41.87%
R=13.01%
G=45.12%
B=41.87%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal321111030.7100.070.56173.9255.2428.04
Hex206F67470738ae371c
Octal4015714710707702566734
Binary10000011011111100111100011101111110001010111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206F67; }

 p { color: rgb(32,111,103); }

 H1.HeaderClassName
 {
   color: #206F67;
 }
 .AnyTagClassName
 {
   color: #206F67;
 }
</style>
background-color css

<style>
 a { background-color: #206F67; }

 a { background-color: rgb(32,111,103); }

 div.DivClassName
 {
   background-color: #206F67;
 }
 .BgClassName
 {
   background-color: #206F67;
 }
</style>
border-color css

<style>
 span { border-color: #206F67; }

 span { border-color: rgb(32,111,103); }

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