#647BC1

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

Shades of Chetwode Blue #647BC1

Tints of Chetwode Blue #647BC1

Color information

#647BC1 (or 0x647BC1) is unknown color: approx Chetwode Blue. HEX triplet: 64, 7B and C1. RGB value is (100,123,193). Sum of RGB (Red+Green+Blue) = 100+123+193=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 193 - color contains mainly: blue. Hex color #647BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647BC1 is #9B843E. Grayscale: #7B7B7B. Windows color (decimal): -10191935 or 12680036. OLE color: 12680036.

HSL color Cylindrical-coordinate representation of color #647BC1: hue angle of 225.16º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #647BC1 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB100123193-
CMYK0.480.3600.24
HSL225.16º42.86%57.45%-
HSV(B)225.16º48.19%75.69%-
XYZ21.9620.7353.29-
YUV124.1166.88110.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.04%
GREEN value IS 123 (48.44% from 255) = 29.57%
BLUE value IS 193 (75.78% from 255) = 46.39%
R=24.04%
G=29.57%
B=46.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1001231930.480.3600.24225.1642.8657.45
Hex647BC13024018e12b39
Octal14417330160440303415371
Binary110010011110111100000111000010010001100011100001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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