#646CBD

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

Shades of Chetwode Blue #646CBD

Tints of Chetwode Blue #646CBD

Color information

#646CBD (or 0x646CBD) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6C and BD. RGB value is (100,108,189). Sum of RGB (Red+Green+Blue) = 100+108+189=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #646CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646CBD is #9B9342. Grayscale: #727272. Windows color (decimal): -10195779 or 12414052. OLE color: 12414052.

HSL color Cylindrical-coordinate representation of color #646CBD: hue angle of 234.61º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #646CBD is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB100108189-
CMYK0.470.4300.26
HSL234.61º40.27%56.67%-
HSV(B)234.61º47.09%74.12%-
XYZ19.817.1150.4-
YUV114.84169.85117.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.19%
GREEN value IS 108 (42.58% from 255) = 27.20%
BLUE value IS 189 (74.22% from 255) = 47.61%
R=25.19%
G=27.20%
B=47.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1001081890.470.4300.26234.6140.2756.67
Hex646CBD2F2B01Aeb2839
Octal14415427557530323535071
Binary110010011011001011110110111110101101101011101011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646CBD; }

 p { color: rgb(100,108,189); }

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

<style>
 a { background-color: #646CBD; }

 a { background-color: rgb(100,108,189); }

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

<style>
 span { border-color: #646CBD; }

 span { border-color: rgb(100,108,189); }

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