#646CCD

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

Shades of Chetwode Blue #646CCD

Tints of Chetwode Blue #646CCD

Color information

#646CCD (or 0x646CCD) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6C and CD. RGB value is (100,108,205). Sum of RGB (Red+Green+Blue) = 100+108+205=413 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.21% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #646CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646CCD is #9B9332. Grayscale: #747474. Windows color (decimal): -10195763 or 13462628. OLE color: 13462628.

HSL color Cylindrical-coordinate representation of color #646CCD: hue angle of 235.43º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #646CCD is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB100108205-
CMYK0.510.4700.20
HSL235.43º51.22%59.8%-
HSV(B)235.43º51.22%80.39%-
XYZ21.6417.8460.06-
YUV116.67177.85116.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.21%
GREEN value IS 108 (42.58% from 255) = 26.15%
BLUE value IS 205 (80.47% from 255) = 49.64%
R=24.21%
G=26.15%
B=49.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1001082050.510.4700.20235.4351.2259.8
Hex646CCD332F014eb333c
Octal14415431563570243536374
Binary110010011011001100110111001110111101010011101011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646CCD; }

 p { color: rgb(100,108,205); }

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

<style>
 a { background-color: #646CCD; }

 a { background-color: rgb(100,108,205); }

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

<style>
 span { border-color: #646CCD; }

 span { border-color: rgb(100,108,205); }

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