#646ABC

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

Shades of Chetwode Blue #646ABC

Tints of Chetwode Blue #646ABC

Color information

#646ABC (or 0x646ABC) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6A and BC. RGB value is (100,106,188). Sum of RGB (Red+Green+Blue) = 100+106+188=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #646ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646ABC is #9B9543. Grayscale: #717171. Windows color (decimal): -10196292 or 12348004. OLE color: 12348004.

HSL color Cylindrical-coordinate representation of color #646ABC: hue angle of 235.91º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #646ABC is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB100106188-
CMYK0.470.4400.26
HSL235.91º39.64%56.47%-
HSV(B)235.91º46.81%73.73%-
XYZ19.4916.6549.76-
YUV113.55170.01118.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.38%
GREEN value IS 106 (41.80% from 255) = 26.90%
BLUE value IS 188 (73.83% from 255) = 47.72%
R=25.38%
G=26.90%
B=47.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1001061880.470.4400.26235.9139.6456.47
Hex646ABC2F2C01Aec2838
Octal14415227457540323545070
Binary110010011010101011110010111110110001101011101100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,106,188); }

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

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

 a { background-color: rgb(100,106,188); }

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

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

 span { border-color: rgb(100,106,188); }

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