Html Css Color HEX #206062 Blue Stone

📋 copy color: '#206062'

red 32 ◦ green 96 ◦ blue 98

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

Shades of Blue Stone #206062

Tints of Blue Stone #206062

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.48%

 BLUE value IS 98 (38.67% from 255) = 43.36%

R = 14.16%
G = 42.48%
B = 43.36%

CMYK

 C value IS 0.67

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#206062 (or 0x206062) is known color: Blue Stone. HEX triplet: 20, 60 and 62. RGB value is (32,96,98). Sum of RGB (Red+Green+Blue) = 32+96+98=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 96 (37.89% from 255 or 42.48% from 226); Blue value is 98 (38.67% from 255 or 43.36% from 226); Max value from RGB is 98 - color contains mainly: blue. Hex color #206062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206062 is #DF9F9D. Grayscale: #4D4D4D. Windows color (decimal): -14655390 or 6447136. OLE color: 6447136.

HSL color Cylindrical-coordinate representation of color #206062: hue angle of 181.82º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #206062 is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 32 96 98 -
CMYK 0.67 0.02 0 0.62
HSL 181.82º 0.51% 0.25% -
HSV(B) 181.82º 0.67% 0.38% -
XYZ 6.98 9.55 13.03 -
YUV 77.09 139.8 95.84 -
System Red Green Blue C M Y K H S L
Decimal 32 96 98 0.67 0.02 0 0.62 181.82 0.51 0.25
Hex 20 60 62 43 2 0 3E B6 33 19
Octal 40 140 142 103 2 0 76 266 63 31
Binary 100000 1100000 1100010 1000011 10 0 111110 10110110 110011 11001

Color Harmonies of #206062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206062

Black with #206062

Text Example


Text Example

White with #206062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206062; }

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

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

background-color css

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

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

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

border-color css

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

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

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