#206067

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

Shades of Blue Stone #206067

Tints of Blue Stone #206067

Color information

#206067 (or 0x206067) is unknown color: approx Blue Stone. HEX triplet: 20, 60 and 67. RGB value is (32,96,103). Sum of RGB (Red+Green+Blue) = 32+96+103=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 103 (40.62% from 255 or 44.59% from 231); Max value from RGB is 103 - color contains mainly: blue. Hex color #206067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206067 is #DF9F98. Grayscale: #4D4D4D. Windows color (decimal): -14655385 or 6774816. OLE color: 6774816.

HSL color Cylindrical-coordinate representation of color #206067: hue angle of 185.92º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #206067 is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3296103-
CMYK0.690.0700.60
HSL185.92º52.59%26.47%-
HSV(B)185.92º68.93%40.39%-
XYZ7.239.6514.31-
YUV77.66142.395.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.85%
GREEN value IS 96 (37.89% from 255) = 41.56%
BLUE value IS 103 (40.62% from 255) = 44.59%
R=13.85%
G=41.56%
B=44.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal32961030.690.0700.60185.9252.5926.47
Hex20606745703Cba351a
Octal4014014710570742726532
Binary10000011000001100111100010111101111001011101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206067; }

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

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

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

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

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

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

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

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