#647BAC

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

Shades of Chetwode Blue #647BAC

Tints of Chetwode Blue #647BAC

Color information

#647BAC (or 0x647BAC) is unknown color: approx Chetwode Blue. HEX triplet: 64, 7B and AC. RGB value is (100,123,172). Sum of RGB (Red+Green+Blue) = 100+123+172=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #647BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647BAC is #9B8453. Grayscale: #797979. Windows color (decimal): -10191956 or 11303780. OLE color: 11303780.

HSL color Cylindrical-coordinate representation of color #647BAC: hue angle of 220.83º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #647BAC is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB100123172-
CMYK0.420.2800.33
HSL220.83º30.25%53.33%-
HSV(B)220.83º41.86%67.45%-
XYZ19.7819.8541.82-
YUV121.71156.38112.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.32%
GREEN value IS 123 (48.44% from 255) = 31.14%
BLUE value IS 172 (67.58% from 255) = 43.54%
R=25.32%
G=31.14%
B=43.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001231720.420.2800.33220.8330.2553.33
Hex647BAC2A1C021dd1e35
Octal14417325452340413353665
Binary11001001111011101011001010101110001000011101110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,123,172); }

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

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

 a { background-color: rgb(100,123,172); }

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

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

 span { border-color: rgb(100,123,172); }

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