#646CB6

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

Shades of Chetwode Blue #646CB6

Tints of Chetwode Blue #646CB6

Color information

#646CB6 (or 0x646CB6) is unknown color: approx Chetwode Blue. HEX triplet: 64, 6C and B6. RGB value is (100,108,182). Sum of RGB (Red+Green+Blue) = 100+108+182=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 182 (71.48% from 255 or 46.67% from 390); Max value from RGB is 182 - color contains mainly: blue. Hex color #646CB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646CB6 is #9B9349. Grayscale: #717171. Windows color (decimal): -10195786 or 11955300. OLE color: 11955300.

HSL color Cylindrical-coordinate representation of color #646CB6: hue angle of 234.15º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #646CB6 is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB100108182-
CMYK0.450.4100.29
HSL234.15º35.96%55.29%-
HSV(B)234.15º45.05%71.37%-
XYZ19.0616.8146.5-
YUV114.04166.35117.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.64%
GREEN value IS 108 (42.58% from 255) = 27.69%
BLUE value IS 182 (71.48% from 255) = 46.67%
R=25.64%
G=27.69%
B=46.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1001081820.450.4100.29234.1535.9655.29
Hex646CB62D2901Dea2437
Octal14415426655510353524467
Binary110010011011001011011010110110100101110111101010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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