#646CCC

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

Shades of Chetwode Blue #646CCC

Tints of Chetwode Blue #646CCC

Color information

#646CCC (or 0x646CCC) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6C and CC. RGB value is (100,108,204). Sum of RGB (Red+Green+Blue) = 100+108+204=412 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.27% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #646CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646CCC is #9B9333. Grayscale: #747474. Windows color (decimal): -10195764 or 13397092. OLE color: 13397092.

HSL color Cylindrical-coordinate representation of color #646CCC: hue angle of 235.38º degrees, saturation: 0.5, 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 #646CCC is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB100108204-
CMYK0.510.4700.2
HSL235.38º50.49%59.61%-
HSV(B)235.38º50.98%80%-
XYZ21.5217.7959.43-
YUV116.55177.35116.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.27%
GREEN value IS 108 (42.58% from 255) = 26.21%
BLUE value IS 204 (80.08% from 255) = 49.51%
R=24.27%
G=26.21%
B=49.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1001082040.510.4700.2235.3850.4959.61
Hex646CCC332F014eb323c
Octal14415431463570243536274
Binary110010011011001100110011001110111101010011101011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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