#646FA4

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

Shades of Chetwode Blue #646FA4

Tints of Chetwode Blue #646FA4

Color information

#646FA4 (or 0x646FA4) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6F and A4. RGB value is (100,111,164). Sum of RGB (Red+Green+Blue) = 100+111+164=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 164 (64.45% from 255 or 43.73% from 375); Max value from RGB is 164 - color contains mainly: blue. Hex color #646FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646FA4 is #9B905B. Grayscale: #717171. Windows color (decimal): -10195036 or 10776420. OLE color: 10776420.

HSL color Cylindrical-coordinate representation of color #646FA4: hue angle of 229.69º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #646FA4 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB100111164-
CMYK0.390.3200.36
HSL229.69º26.02%51.76%-
HSV(B)229.69º39.02%64.31%-
XYZ17.6416.7637.43-
YUV113.75156.36118.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.67%
GREEN value IS 111 (43.75% from 255) = 29.6%
BLUE value IS 164 (64.45% from 255) = 43.73%
R=26.67%
G=29.6%
B=43.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1001111640.390.3200.36229.6926.0251.76
Hex646FA42720024e61a34
Octal14415724447400443463264
Binary110010011011111010010010011110000001001001110011011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,111,164); }

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

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

 a { background-color: rgb(100,111,164); }

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

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

 span { border-color: rgb(100,111,164); }

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