#647ABE

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

Shades of Chetwode Blue #647ABE

Tints of Chetwode Blue #647ABE

Color information

#647ABE (or 0x647ABE) is unknown color: approx Chetwode Blue. HEX triplet: 64, 7A and BE. RGB value is (100,122,190). Sum of RGB (Red+Green+Blue) = 100+122+190=412 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.27% from 412); Green value is 122 (48.05% from 255 or 29.61% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #647ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647ABE is #9B8541. Grayscale: #7A7A7A. Windows color (decimal): -10192194 or 12483172. OLE color: 12483172.

HSL color Cylindrical-coordinate representation of color #647ABE: hue angle of 225.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #647ABE is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB100122190-
CMYK0.470.3600.25
HSL225.33º40.91%56.86%-
HSV(B)225.33º47.37%74.51%-
XYZ21.5120.3551.51-
YUV123.17165.71111.47-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.27%
GREEN value IS 122 (48.05% from 255) = 29.61%
BLUE value IS 190 (74.61% from 255) = 46.12%
R=24.27%
G=29.61%
B=46.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001221900.470.3600.25225.3340.9156.86
Hex647ABE2F24019e12939
Octal14417227657440313415171
Binary110010011110101011111010111110010001100111100001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,122,190); }

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

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

 a { background-color: rgb(100,122,190); }

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

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

 span { border-color: rgb(100,122,190); }

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