Html Css Color HEX #206071 Orient

📋 copy color: '#206071'

red 32 ◦ green 96 ◦ blue 113

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

Shades of Orient #206071

Tints of Orient #206071

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 value IS 0.72

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#206071 (or 0x206071) is known color: 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

RGB 32 96 113 -
CMYK 0.72 0.15 0 0.56
HSL 192.59º 0.56% 0.28% -
HSV(B) 192.59º 0.72% 0.44% -
XYZ 7.76 9.87 17.12 -
YUV 78.8 147.3 94.62 -
System Red Green Blue C M Y K H S L
Decimal 32 96 113 0.72 0.15 0 0.56 192.59 0.56 0.28
Hex 20 60 71 48 F 0 38 C1 38 1C
Octal 40 140 161 110 17 0 70 301 70 34
Binary 100000 1100000 1110001 1001000 1111 0 111000 11000001 111000 11100

Color Harmonies of #206071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206071

Black with #206071

Text Example


Text Example

White with #206071

Text Example


Text Example

HTML Codes & Css Web 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>