Html Css Color HEX #206263 Blue Stone

📋 copy color: '#206263'

red 32 ◦ green 98 ◦ blue 99

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

Shades of Blue Stone #206263

Tints of Blue Stone #206263

RGB

 RED value IS 32 (12.89% from 255) = 13.97%

 GREEN value IS 98 (38.67% from 255) = 42.79%

 BLUE value IS 99 (39.06% from 255) = 43.23%

R = 13.97%
G = 42.79%
B = 43.23%

CMYK

 C value IS 0.68

 M value IS 0.01

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#206263 (or 0x206263) is known color: Blue Stone. HEX triplet: 20, 62 and 63. RGB value is (32,98,99). Sum of RGB (Red+Green+Blue) = 32+98+99=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 98 (38.67% from 255 or 42.79% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 99 - color contains mainly: blue. Hex color #206263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206263 is #DF9D9C. Grayscale: #4E4E4E. Windows color (decimal): -14654877 or 6513184. OLE color: 6513184.

HSL color Cylindrical-coordinate representation of color #206263: hue angle of 180.9º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #206263 is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 32 98 99 -
CMYK 0.68 0.01 0 0.61
HSL 180.9º 0.51% 0.26% -
HSV(B) 180.9º 0.68% 0.39% -
XYZ 7.22 9.94 13.34 -
YUV 78.38 139.63 94.92 -
System Red Green Blue C M Y K H S L
Decimal 32 98 99 0.68 0.01 0 0.61 180.9 0.51 0.26
Hex 20 62 63 44 1 0 3D B5 33 1A
Octal 40 142 143 104 1 0 75 265 63 32
Binary 100000 1100010 1100011 1000100 1 0 111101 10110101 110011 11010

Color Harmonies of #206263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206263

Black with #206263

Text Example


Text Example

White with #206263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206263; }

 p { color: rgb(32,98,99); }

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

background-color css

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

 a { background-color: rgb(32,98,99); }

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

border-color css

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

 span { border-color: rgb(32,98,99); }

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