#646ECE

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

Shades of Chetwode Blue #646ECE

Tints of Chetwode Blue #646ECE

Color information

#646ECE (or 0x646ECE) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6E and CE. RGB value is (100,110,206). Sum of RGB (Red+Green+Blue) = 100+110+206=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #646ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646ECE is #9B9131. Grayscale: #757575. Windows color (decimal): -10195250 or 13528676. OLE color: 13528676.

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

Color convert

RGB100110206-
CMYK0.510.4700.19
HSL234.34º51.96%60%-
HSV(B)234.34º51.46%80.78%-
XYZ21.9718.3260.77-
YUV117.95177.69115.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.04%
GREEN value IS 110 (43.36% from 255) = 26.44%
BLUE value IS 206 (80.86% from 255) = 49.52%
R=24.04%
G=26.44%
B=49.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1001102060.510.4700.19234.3451.9660
Hex646ECE332F013ea343c
Octal14415631663570233526474
Binary110010011011101100111011001110111101001111101010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,110,206); }

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

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

 a { background-color: rgb(100,110,206); }

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

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

 span { border-color: rgb(100,110,206); }

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