Html Css Color HEX #206076 Orient

📋 copy color: '#206076'

red 32 ◦ green 96 ◦ blue 118

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

Shades of Orient #206076

Tints of Orient #206076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 47.97%

R = 13.01%
G = 39.02%
B = 47.97%

CMYK

 C value IS 0.73

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#206076 (or 0x206076) is known color: Orient. HEX triplet: 20, 60 and 76. RGB value is (32,96,118). Sum of RGB (Red+Green+Blue) = 32+96+118=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #206076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206076 is #DF9F89. Grayscale: #4F4F4F. Windows color (decimal): -14655370 or 7757856. OLE color: 7757856.

HSL color Cylindrical-coordinate representation of color #206076: hue angle of 195.35º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #206076 is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 32 96 118 -
CMYK 0.73 0.19 0 0.54
HSL 195.35º 0.57% 0.29% -
HSV(B) 195.35º 0.73% 0.46% -
XYZ 8.05 9.98 18.64 -
YUV 79.37 149.8 94.21 -
System Red Green Blue C M Y K H S L
Decimal 32 96 118 0.73 0.19 0 0.54 195.35 0.57 0.29
Hex 20 60 76 49 13 0 36 C3 39 1D
Octal 40 140 166 111 23 0 66 303 71 35
Binary 100000 1100000 1110110 1001001 10011 0 110110 11000011 111001 11101

Color Harmonies of #206076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206076

Black with #206076

Text Example


Text Example

White with #206076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206076; }

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

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

background-color css

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

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

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

border-color css

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

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

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