Html Css Color HEX #206179 Orient

📋 copy color: '#206179'

red 32 ◦ green 97 ◦ blue 121

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

Shades of Orient #206179

Tints of Orient #206179

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.8%

 BLUE value IS 121 (47.66% from 255) = 48.4%

R = 12.8%
G = 38.8%
B = 48.4%

CMYK

 C value IS 0.74

 M value IS 0.20

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#206179 (or 0x206179) is known color: Orient. HEX triplet: 20, 61 and 79. RGB value is (32,97,121). Sum of RGB (Red+Green+Blue) = 32+97+121=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 121 (47.66% from 255 or 48.4% from 250); Max value from RGB is 121 - color contains mainly: blue. Hex color #206179 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206179 is #DF9E86. Grayscale: #505050. Windows color (decimal): -14655111 or 7954720. OLE color: 7954720.

HSL color Cylindrical-coordinate representation of color #206179: hue angle of 196.18º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #206179 is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 32 97 121 -
CMYK 0.74 0.20 0 0.53
HSL 196.18º 0.58% 0.3% -
HSV(B) 196.18º 0.74% 0.47% -
XYZ 8.32 10.24 19.63 -
YUV 80.3 150.97 93.55 -
System Red Green Blue C M Y K H S L
Decimal 32 97 121 0.74 0.20 0 0.53 196.18 0.58 0.3
Hex 20 61 79 4A 14 0 35 C4 3A 1E
Octal 40 141 171 112 24 0 65 304 72 36
Binary 100000 1100001 1111001 1001010 10100 0 110101 11000100 111010 11110

Color Harmonies of #206179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206179

Black with #206179

Text Example


Text Example

White with #206179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206179; }

 p { color: rgb(32,97,121); }

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

background-color css

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

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

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

border-color css

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

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

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