Html Css Color HEX #646DAE Chetwode Blue

📋 copy color: '#646DAE'

red 100 ◦ green 109 ◦ blue 174

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

Shades of Chetwode Blue #646DAE

Tints of Chetwode Blue #646DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.43%

R = 26.11%
G = 28.46%
B = 45.43%

CMYK

 C value IS 0.43

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#646DAE (or 0x646DAE) is known color: Chetwode Blue. HEX triplet: 64, 6D and AE. RGB value is (100,109,174). Sum of RGB (Red+Green+Blue) = 100+109+174=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #646DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646DAE is #9B9251. Grayscale: #717171. Windows color (decimal): -10195538 or 11431268. OLE color: 11431268.

HSL color Cylindrical-coordinate representation of color #646DAE: hue angle of 232.7º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #646DAE is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 100 109 174 -
CMYK 0.43 0.37 0 0.32
HSL 232.7º 0.31% 0.54% -
HSV(B) 232.7º 0.43% 0.68% -
XYZ 18.36 16.7 42.3 -
YUV 113.72 162.02 118.21 -
System Red Green Blue C M Y K H S L
Decimal 100 109 174 0.43 0.37 0 0.32 232.7 0.31 0.54
Hex 64 6D AE 2B 25 0 20 E9 1F 36
Octal 144 155 256 53 45 0 40 351 37 66
Binary 1100100 1101101 10101110 101011 100101 0 100000 11101001 11111 110110

Color Harmonies of #646DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646DAE

Black with #646DAE

Text Example


Text Example

White with #646DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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