#5f6ec7

Color #5F6EC7 Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #5F6EC7

Tints of Chetwode Blue #5F6EC7

Color information

#5F6EC7 (or 0x5F6EC7) is unknown color: approx Chetwode Blue. HEX triplet: 5F, 6E and C7. RGB value is (95,110,199). Sum of RGB (Red+Green+Blue) = 95+110+199=404 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.51% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 199 (78.12% from 255 or 49.26% from 404); Max value from RGB is 199 - color contains mainly: blue. Hex color #5F6EC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F6EC7 is #A09138. Grayscale: #737373. Windows color (decimal): -10522937 or 13069919. OLE color: 13069919.

HSL color Cylindrical-coordinate representation of color #5F6EC7: hue angle of 231.35º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5F6EC7 is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB95110199-
CMYK0.520.4500.22
HSL231.35º48.15%57.65%-
HSV(B)231.35º52.26%78.04%-
XYZ20.617.7156.36-
YUV115.66175.03113.26-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.51%
GREEN value IS 110 (43.36% from 255) = 27.23%
BLUE value IS 199 (78.12% from 255) = 49.26%
R=23.51%
G=27.23%
B=49.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal951101990.520.4500.22231.3548.1557.65
Hex5F6EC7342D016e7303a
Octal13715630764550263476072
Binary101111111011101100011111010010110101011011100111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f6ec7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5f6ec7; }

 p { color: rgb(95,110,199); }

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

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

 a { background-color: rgb(95,110,199); }

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

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

 span { border-color: rgb(95,110,199); }

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