#6578D0

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

Shades of Chetwode Blue #6578D0

Tints of Chetwode Blue #6578D0

Color information

#6578D0 (or 0x6578D0) is unknown color: approx Chetwode Blue. HEX triplet: 65, 78 and D0. RGB value is (101,120,208). Sum of RGB (Red+Green+Blue) = 101+120+208=429 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.54% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 208 (81.64% from 255 or 48.48% from 429); Max value from RGB is 208 - color contains mainly: blue. Hex color #6578D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6578D0 is #9A872F. Grayscale: #7B7B7B. Windows color (decimal): -10127152 or 13662309. OLE color: 13662309.

HSL color Cylindrical-coordinate representation of color #6578D0: hue angle of 229.35º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6578D0 is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB101120208-
CMYK0.510.4200.18
HSL229.35º53.23%60.59%-
HSV(B)229.35º51.44%81.57%-
XYZ23.4720.7562.44-
YUV124.35175.21111.34-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.54%
GREEN value IS 120 (47.27% from 255) = 27.97%
BLUE value IS 208 (81.64% from 255) = 48.48%
R=23.54%
G=27.97%
B=48.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1011202080.510.4200.18229.3553.2360.59
Hex6578D0332A012e5353d
Octal14517032063520223456575
Binary110010111110001101000011001110101001001011100101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6578D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6578D0; }

 p { color: rgb(101,120,208); }

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

<style>
 a { background-color: #6578D0; }

 a { background-color: rgb(101,120,208); }

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

<style>
 span { border-color: #6578D0; }

 span { border-color: rgb(101,120,208); }

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