#6572C9

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

Shades of Chetwode Blue #6572C9

Tints of Chetwode Blue #6572C9

Color information

#6572C9 (or 0x6572C9) is unknown color: approx Chetwode Blue. HEX triplet: 65, 72 and C9. RGB value is (101,114,201). Sum of RGB (Red+Green+Blue) = 101+114+201=416 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.28% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 201 (78.91% from 255 or 48.32% from 416); Max value from RGB is 201 - color contains mainly: blue. Hex color #6572C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6572C9 is #9A8D36. Grayscale: #777777. Windows color (decimal): -10128695 or 13202021. OLE color: 13202021.

HSL color Cylindrical-coordinate representation of color #6572C9: hue angle of 232.2º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6572C9 is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB101114201-
CMYK0.500.4300.21
HSL232.2º48.08%59.22%-
HSV(B)232.2º49.75%78.82%-
XYZ21.9319.0257.77-
YUV120.03173.69114.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.28%
GREEN value IS 114 (44.92% from 255) = 27.40%
BLUE value IS 201 (78.91% from 255) = 48.32%
R=24.28%
G=27.40%
B=48.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1011142010.500.4300.21232.248.0859.22
Hex6572C9322B015e8303b
Octal14516231162530253506073
Binary110010111100101100100111001010101101010111101000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6572C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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