Html Css Color HEX #206175 Orient

📋 copy color: '#206175'

red 32 ◦ green 97 ◦ blue 117

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

Shades of Orient #206175

Tints of Orient #206175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 47.56%

R = 13.01%
G = 39.43%
B = 47.56%

CMYK

 C value IS 0.73

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#206175 (or 0x206175) is known color: Orient. HEX triplet: 20, 61 and 75. RGB value is (32,97,117). Sum of RGB (Red+Green+Blue) = 32+97+117=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #206175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206175 is #DF9E8A. Grayscale: #4F4F4F. Windows color (decimal): -14655115 or 7692576. OLE color: 7692576.

HSL color Cylindrical-coordinate representation of color #206175: hue angle of 194.12º 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 #206175 is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 32 97 117 -
CMYK 0.73 0.17 0 0.54
HSL 194.12º 0.57% 0.29% -
HSV(B) 194.12º 0.73% 0.46% -
XYZ 8.08 10.14 18.36 -
YUV 79.85 148.97 93.87 -
System Red Green Blue C M Y K H S L
Decimal 32 97 117 0.73 0.17 0 0.54 194.12 0.57 0.29
Hex 20 61 75 49 11 0 36 C2 39 1D
Octal 40 141 165 111 21 0 66 302 71 35
Binary 100000 1100001 1110101 1001001 10001 0 110110 11000010 111001 11101

Color Harmonies of #206175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206175

Black with #206175

Text Example


Text Example

White with #206175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206175; }

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

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

background-color css

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

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

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

border-color css

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

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

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