#6572CB

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

Shades of Chetwode Blue #6572CB

Tints of Chetwode Blue #6572CB

Color information

#6572CB (or 0x6572CB) is unknown color: approx Chetwode Blue. HEX triplet: 65, 72 and CB. RGB value is (101,114,203). Sum of RGB (Red+Green+Blue) = 101+114+203=418 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.16% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #6572CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6572CB is #9A8D34. Grayscale: #777777. Windows color (decimal): -10128693 or 13333093. OLE color: 13333093.

HSL color Cylindrical-coordinate representation of color #6572CB: hue angle of 232.35º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6572CB is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB101114203-
CMYK0.500.4400.20
HSL232.35º49.51%59.61%-
HSV(B)232.35º50.25%79.61%-
XYZ22.1619.1159.02-
YUV120.26174.69114.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.16%
GREEN value IS 114 (44.92% from 255) = 27.27%
BLUE value IS 203 (79.69% from 255) = 48.56%
R=24.16%
G=27.27%
B=48.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1011142030.500.4400.20232.3549.5159.61
Hex6572CB322C014e8323c
Octal14516231362540243506274
Binary110010111100101100101111001010110001010011101000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6572CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6572CB; }

 p { color: rgb(101,114,203); }

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

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

 a { background-color: rgb(101,114,203); }

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

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

 span { border-color: rgb(101,114,203); }

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