Html Css Color HEX #646DAA Chetwode Blue

📋 copy color: '#646DAA'

red 100 ◦ green 109 ◦ blue 170

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

Shades of Chetwode Blue #646DAA

Tints of Chetwode Blue #646DAA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.76%

 BLUE value IS 170 (66.8% from 255) = 44.85%

R = 26.39%
G = 28.76%
B = 44.85%

CMYK

 C value IS 0.41

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#646DAA (or 0x646DAA) is known color: Chetwode Blue. HEX triplet: 64, 6D and AA. RGB value is (100,109,170). Sum of RGB (Red+Green+Blue) = 100+109+170=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #646DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646DAA is #9B9255. Grayscale: #717171. Windows color (decimal): -10195542 or 11169124. OLE color: 11169124.

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

Color convert

RGB 100 109 170 -
CMYK 0.41 0.36 0 0.33
HSL 232.29º 0.29% 0.53% -
HSV(B) 232.29º 0.41% 0.67% -
XYZ 17.98 16.55 40.28 -
YUV 113.26 160.02 118.54 -
System Red Green Blue C M Y K H S L
Decimal 100 109 170 0.41 0.36 0 0.33 232.29 0.29 0.53
Hex 64 6D AA 29 24 0 21 E8 1D 35
Octal 144 155 252 51 44 0 41 350 35 65
Binary 1100100 1101101 10101010 101001 100100 0 100001 11101000 11101 110101

Color Harmonies of #646DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646DAA

Black with #646DAA

Text Example


Text Example

White with #646DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,109,170); }

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

background-color css

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

 a { background-color: rgb(100,109,170); }

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

border-color css

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

 span { border-color: rgb(100,109,170); }

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