Html Css Color HEX #206363 Blue Stone

📋 copy color: '#206363'

red 32 ◦ green 99 ◦ blue 99

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

Shades of Blue Stone #206363

Tints of Blue Stone #206363

RGB

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

 GREEN value IS 99 (39.06% from 255) = 43.04%

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

R = 13.91%
G = 43.04%
B = 43.04%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#206363 (or 0x206363) is known color: Blue Stone. HEX triplet: 20, 63 and 63. RGB value is (32,99,99). Sum of RGB (Red+Green+Blue) = 32+99+99=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #206363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206363 is #DF9C9C. Grayscale: #4E4E4E. Windows color (decimal): -14654621 or 6513440. OLE color: 6513440.

HSL color Cylindrical-coordinate representation of color #206363: hue angle of 180º 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 #206363 is Cyan = 0.68, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 32 99 99 -
CMYK 0.68 0 0 0.61
HSL 180º 0.51% 0.26% -
HSV(B) 180º 0.68% 0.39% -
XYZ 7.31 10.13 13.37 -
YUV 78.97 139.3 94.5 -
System Red Green Blue C M Y K H S L
Decimal 32 99 99 0.68 0 0 0.61 180 0.51 0.26
Hex 20 63 63 44 0 0 3D B4 33 1A
Octal 40 143 143 104 0 0 75 264 63 32
Binary 100000 1100011 1100011 1000100 0 0 111101 10110100 110011 11010

Color Harmonies of #206363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206363

Black with #206363

Text Example


Text Example

White with #206363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206363; }

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

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

background-color css

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

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

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

border-color css

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

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

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