#6578B2

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

Shades of Chetwode Blue #6578B2

Tints of Chetwode Blue #6578B2

Color information

#6578B2 (or 0x6578B2) is unknown color: approx Chetwode Blue. HEX triplet: 65, 78 and B2. RGB value is (101,120,178). Sum of RGB (Red+Green+Blue) = 101+120+178=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 178 (69.92% from 255 or 44.61% from 399); Max value from RGB is 178 - color contains mainly: blue. Hex color #6578B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6578B2 is #9A874D. Grayscale: #787878. Windows color (decimal): -10127182 or 11696229. OLE color: 11696229.

HSL color Cylindrical-coordinate representation of color #6578B2: hue angle of 225.19º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6578B2 is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB101120178-
CMYK0.430.3300.30
HSL225.19º33.33%54.71%-
HSV(B)225.19º43.26%69.8%-
XYZ20.1219.4144.81-
YUV120.93160.21113.78-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.31%
GREEN value IS 120 (47.27% from 255) = 30.08%
BLUE value IS 178 (69.92% from 255) = 44.61%
R=25.31%
G=30.08%
B=44.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1011201780.430.3300.30225.1933.3354.71
Hex6578B22B2101Ee12137
Octal14517026253410363414167
Binary110010111110001011001010101110000101111011100001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6578B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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