#647CBA

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

Shades of Chetwode Blue #647CBA

Tints of Chetwode Blue #647CBA

Color information

#647CBA (or 0x647CBA) is unknown color: approx Chetwode Blue. HEX triplet: 64, 7C and BA. RGB value is (100,124,186). Sum of RGB (Red+Green+Blue) = 100+124+186=410 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.39% from 410); Green value is 124 (48.83% from 255 or 30.24% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #647CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647CBA is #9B8345. Grayscale: #7B7B7B. Windows color (decimal): -10191686 or 12221540. OLE color: 12221540.

HSL color Cylindrical-coordinate representation of color #647CBA: hue angle of 223.26º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #647CBA is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB100124186-
CMYK0.460.3300.27
HSL223.26º38.39%56.08%-
HSV(B)223.26º46.24%72.94%-
XYZ21.3320.6749.32-
YUV123.89163.05110.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.39%
GREEN value IS 124 (48.83% from 255) = 30.24%
BLUE value IS 186 (73.05% from 255) = 45.37%
R=24.39%
G=30.24%
B=45.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1001241860.460.3300.27223.2638.3956.08
Hex647CBA2E2101Bdf2638
Octal14417427256410333374670
Binary110010011111001011101010111010000101101111011111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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