Html Css Color HEX #646BA0 Chetwode Blue

📋 copy color: '#646BA0'

red 100 ◦ green 107 ◦ blue 160

#646BA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #646BA0

Tints of Chetwode Blue #646BA0

RGB

 RED value IS 100 (39.45% from 255) = 27.25%

 GREEN value IS 107 (42.19% from 255) = 29.16%

 BLUE value IS 160 (62.89% from 255) = 43.6%

R = 27.25%
G = 29.16%
B = 43.6%

CMYK

 C value IS 0.38

 M value IS 0.33

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#646BA0 (or 0x646BA0) is known color: Chetwode Blue. HEX triplet: 64, 6B and A0. RGB value is (100,107,160). Sum of RGB (Red+Green+Blue) = 100+107+160=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 160 (62.89% from 255 or 43.60% from 367); Max value from RGB is 160 - color contains mainly: blue. Hex color #646BA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646BA0 is #9B945F. Grayscale: #6E6E6E. Windows color (decimal): -10196064 or 10513252. OLE color: 10513252.

HSL color Cylindrical-coordinate representation of color #646BA0: hue angle of 233º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #646BA0 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 100 107 160 -
CMYK 0.38 0.33 0 0.37
HSL 233º 0.24% 0.51% -
HSV(B) 233º 0.38% 0.63% -
XYZ 16.86 15.76 35.41 -
YUV 110.95 155.68 120.19 -
System Red Green Blue C M Y K H S L
Decimal 100 107 160 0.38 0.33 0 0.37 233 0.24 0.51
Hex 64 6B A0 26 21 0 25 E9 18 33
Octal 144 153 240 46 41 0 45 351 30 63
Binary 1100100 1101011 10100000 100110 100001 0 100101 11101001 11000 110011

Color Harmonies of #646BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646BA0

Black with #646BA0

Text Example


Text Example

White with #646BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,107,160); }

 H1.HeaderClassName
 {
   color: #646BA0;
 }
 .AnyTagClassName
 {
   color: #646BA0;
 }
</style>

background-color css

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

 a { background-color: rgb(100,107,160); }

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

border-color css

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

 span { border-color: rgb(100,107,160); }

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