#20606F

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

Shades of Orient #20606F

Tints of Orient #20606F

Color information

#20606F (or 0x20606F) is unknown color: approx Orient. HEX triplet: 20, 60 and 6F. RGB value is (32,96,111). Sum of RGB (Red+Green+Blue) = 32+96+111=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 111 (43.75% from 255 or 46.44% from 239); Max value from RGB is 111 - color contains mainly: blue. Hex color #20606F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20606F is #DF9F90. Grayscale: #4E4E4E. Windows color (decimal): -14655377 or 7299104. OLE color: 7299104.

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

Color convert

RGB3296111-
CMYK0.710.1400.56
HSL191.39º55.24%28.04%-
HSV(B)191.39º71.17%43.53%-
XYZ7.659.8216.53-
YUV78.57146.394.78-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.39%
GREEN value IS 96 (37.89% from 255) = 40.17%
BLUE value IS 111 (43.75% from 255) = 46.44%
R=13.39%
G=40.17%
B=46.44%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32961110.710.1400.56191.3955.2428.04
Hex20606F47E038bf371c
Octal40140157107160702776734
Binary100000110000011011111000111111001110001011111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20606F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20606F; }

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

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

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

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

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

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

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

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