Html Css Color HEX #646AAE Chetwode Blue

📋 copy color: '#646AAE'

red 100 ◦ green 106 ◦ blue 174

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

Shades of Chetwode Blue #646AAE

Tints of Chetwode Blue #646AAE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.89%

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

R = 26.32%
G = 27.89%
B = 45.79%

CMYK

 C value IS 0.43

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#646AAE (or 0x646AAE) is known color: Chetwode Blue. HEX triplet: 64, 6A and AE. RGB value is (100,106,174). Sum of RGB (Red+Green+Blue) = 100+106+174=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 106 (41.80% from 255 or 27.89% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #646AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646AAE is #9B9551. Grayscale: #6F6F6F. Windows color (decimal): -10196306 or 11430500. OLE color: 11430500.

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

Color convert

RGB 100 106 174 -
CMYK 0.43 0.39 0 0.32
HSL 235.14º 0.31% 0.54% -
HSV(B) 235.14º 0.43% 0.68% -
XYZ 18.05 16.07 42.2 -
YUV 111.96 163.01 119.47 -
System Red Green Blue C M Y K H S L
Decimal 100 106 174 0.43 0.39 0 0.32 235.14 0.31 0.54
Hex 64 6A AE 2B 27 0 20 EB 1F 36
Octal 144 152 256 53 47 0 40 353 37 66
Binary 1100100 1101010 10101110 101011 100111 0 100000 11101011 11111 110110

Color Harmonies of #646AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646AAE

Black with #646AAE

Text Example


Text Example

White with #646AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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