#6575CE

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

Shades of Chetwode Blue #6575CE

Tints of Chetwode Blue #6575CE

Color information

#6575CE (or 0x6575CE) is unknown color: approx Chetwode Blue. HEX triplet: 65, 75 and CE. RGB value is (101,117,206). Sum of RGB (Red+Green+Blue) = 101+117+206=424 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.82% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #6575CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6575CE is #9A8A31. Grayscale: #797979. Windows color (decimal): -10127922 or 13530469. OLE color: 13530469.

HSL color Cylindrical-coordinate representation of color #6575CE: hue angle of 230.86º 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 #6575CE is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB101117206-
CMYK0.510.4300.19
HSL230.86º51.72%60.2%-
HSV(B)230.86º50.97%80.78%-
XYZ22.8719.9561.04-
YUV122.36175.2112.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.82%
GREEN value IS 117 (46.09% from 255) = 27.59%
BLUE value IS 206 (80.86% from 255) = 48.58%
R=23.82%
G=27.59%
B=48.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1011172060.510.4300.19230.8651.7260.2
Hex6575CE332B013e7343c
Octal14516531663530233476474
Binary110010111101011100111011001110101101001111100111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6575CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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