Html Css Color HEX #646EAE Chetwode Blue

📋 copy color: '#646EAE'

red 100 ◦ green 110 ◦ blue 174

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

Shades of Chetwode Blue #646EAE

Tints of Chetwode Blue #646EAE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.65%

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

R = 26.04%
G = 28.65%
B = 45.31%

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

#646EAE (or 0x646EAE) is known color: Chetwode Blue. HEX triplet: 64, 6E and AE. RGB value is (100,110,174). Sum of RGB (Red+Green+Blue) = 100+110+174=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: blue. Hex color #646EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646EAE is #9B9151. Grayscale: #727272. Windows color (decimal): -10195282 or 11431524. OLE color: 11431524.

HSL color Cylindrical-coordinate representation of color #646EAE: hue angle of 231.89º 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 #646EAE is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 100 110 174 -
CMYK 0.43 0.37 0 0.32
HSL 231.89º 0.31% 0.54% -
HSV(B) 231.89º 0.43% 0.68% -
XYZ 18.47 16.92 42.34 -
YUV 114.31 161.69 117.8 -
System Red Green Blue C M Y K H S L
Decimal 100 110 174 0.43 0.37 0 0.32 231.89 0.31 0.54
Hex 64 6E AE 2B 25 0 20 E8 1F 36
Octal 144 156 256 53 45 0 40 350 37 66
Binary 1100100 1101110 10101110 101011 100101 0 100000 11101000 11111 110110

Color Harmonies of #646EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646EAE

Black with #646EAE

Text Example


Text Example

White with #646EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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