#206071

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

Shades of Orient #206071

Tints of Orient #206071

Color information

#206071 (or 0x206071) is unknown color: approx Orient. HEX triplet: 20, 60 and 71. RGB value is (32,96,113). Sum of RGB (Red+Green+Blue) = 32+96+113=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 113 (44.53% from 255 or 46.89% from 241); Max value from RGB is 113 - color contains mainly: blue. Hex color #206071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206071 is #DF9F8E. Grayscale: #4E4E4E. Windows color (decimal): -14655375 or 7430176. OLE color: 7430176.

HSL color Cylindrical-coordinate representation of color #206071: hue angle of 192.59º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #206071 is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3296113-
CMYK0.720.1500.56
HSL192.59º55.86%28.43%-
HSV(B)192.59º71.68%44.31%-
XYZ7.769.8717.12-
YUV78.8147.394.62-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.28%
GREEN value IS 96 (37.89% from 255) = 39.83%
BLUE value IS 113 (44.53% from 255) = 46.89%
R=13.28%
G=39.83%
B=46.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32961130.720.1500.56192.5955.8628.43
Hex20607148F038c1381c
Octal40140161110170703017034
Binary100000110000011100011001000111101110001100000111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206071; }

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

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

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

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

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

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

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

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