#206665

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

Shades of Blue Stone #206665

Tints of Blue Stone #206665

Color information

#206665 (or 0x206665) is unknown color: approx Blue Stone. HEX triplet: 20, 66 and 65. RGB value is (32,102,101). Sum of RGB (Red+Green+Blue) = 32+102+101=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 102 - color contains mainly: green. Hex color #206665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206665 is #DF999A. Grayscale: #505050. Windows color (decimal): -14653851 or 6645280. OLE color: 6645280.

HSL color Cylindrical-coordinate representation of color #206665: hue angle of 179.14º degrees, saturation: 0.52, 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 #206665 is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.6.

Color convert

RGB32102101-
CMYK0.6900.010.6
HSL179.14º52.24%26.27%-
HSV(B)179.14º68.63%40%-
XYZ7.710.7513.98-
YUV80.96139.3193.08-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.62%
GREEN value IS 102 (40.23% from 255) = 43.40%
BLUE value IS 101 (39.84% from 255) = 42.98%
R=13.62%
G=43.40%
B=42.98%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal321021010.6900.010.6179.1452.2426.27
Hex20666545013Cb3341a
Octal4014614510501742636432
Binary100000110011011001011000101011111001011001111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206665; }

 p { color: rgb(32,102,101); }

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

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

 a { background-color: rgb(32,102,101); }

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

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

 span { border-color: rgb(32,102,101); }

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