#647CAF

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

Shades of Chetwode Blue #647CAF

Tints of Chetwode Blue #647CAF

Color information

#647CAF (or 0x647CAF) is unknown color: approx Chetwode Blue. HEX triplet: 64, 7C and AF. RGB value is (100,124,175). Sum of RGB (Red+Green+Blue) = 100+124+175=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #647CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647CAF is #9B8350. Grayscale: #7A7A7A. Windows color (decimal): -10191697 or 11500644. OLE color: 11500644.

HSL color Cylindrical-coordinate representation of color #647CAF: hue angle of 220.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #647CAF is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB100124175-
CMYK0.430.2900.31
HSL220.8º31.91%53.92%-
HSV(B)220.8º42.86%68.63%-
XYZ20.220.2243.4-
YUV122.64157.55111.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.06%
GREEN value IS 124 (48.83% from 255) = 31.08%
BLUE value IS 175 (68.75% from 255) = 43.86%
R=25.06%
G=31.08%
B=43.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1001241750.430.2900.31220.831.9153.92
Hex647CAF2B1D01Fdd2036
Octal14417425753350373354066
Binary11001001111100101011111010111110101111111011101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647CAF; }

 p { color: rgb(100,124,175); }

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

<style>
 a { background-color: #647CAF; }

 a { background-color: rgb(100,124,175); }

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

<style>
 span { border-color: #647CAF; }

 span { border-color: rgb(100,124,175); }

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