#6574CE

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

Shades of Chetwode Blue #6574CE

Tints of Chetwode Blue #6574CE

Color information

#6574CE (or 0x6574CE) is unknown color: approx Chetwode Blue. HEX triplet: 65, 74 and CE. RGB value is (101,116,206). Sum of RGB (Red+Green+Blue) = 101+116+206=423 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.88% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #6574CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6574CE is #9A8B31. Grayscale: #797979. Windows color (decimal): -10128178 or 13530213. OLE color: 13530213.

HSL color Cylindrical-coordinate representation of color #6574CE: hue angle of 231.43º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6574CE is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB101116206-
CMYK0.510.4400.19
HSL231.43º51.72%60.2%-
HSV(B)231.43º50.97%80.78%-
XYZ22.7519.7161-
YUV121.78175.53113.18-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.88%
GREEN value IS 116 (45.70% from 255) = 27.42%
BLUE value IS 206 (80.86% from 255) = 48.70%
R=23.88%
G=27.42%
B=48.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1011162060.510.4400.19231.4351.7260.2
Hex6574CE332C013e7343c
Octal14516431663540233476474
Binary110010111101001100111011001110110001001111100111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6574CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6574CE; }

 p { color: rgb(101,116,206); }

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

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

 a { background-color: rgb(101,116,206); }

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

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

 span { border-color: rgb(101,116,206); }

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