Html Css Color HEX #646AAB Chetwode Blue

📋 copy color: '#646AAB'

red 100 ◦ green 106 ◦ blue 171

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

Shades of Chetwode Blue #646AAB

Tints of Chetwode Blue #646AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.36%

R = 26.53%
G = 28.12%
B = 45.36%

CMYK

 C value IS 0.42

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#646AAB (or 0x646AAB) is known color: Chetwode Blue. HEX triplet: 64, 6A and AB. RGB value is (100,106,171). Sum of RGB (Red+Green+Blue) = 100+106+171=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #646AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646AAB is #9B9554. Grayscale: #6F6F6F. Windows color (decimal): -10196309 or 11233892. OLE color: 11233892.

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

Color convert

RGB 100 106 171 -
CMYK 0.42 0.38 0 0.33
HSL 234.93º 0.3% 0.53% -
HSV(B) 234.93º 0.42% 0.67% -
XYZ 17.76 15.96 40.67 -
YUV 111.62 161.51 119.71 -
System Red Green Blue C M Y K H S L
Decimal 100 106 171 0.42 0.38 0 0.33 234.93 0.3 0.53
Hex 64 6A AB 2A 26 0 21 EB 1E 35
Octal 144 152 253 52 46 0 41 353 36 65
Binary 1100100 1101010 10101011 101010 100110 0 100001 11101011 11110 110101

Color Harmonies of #646AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646AAB

Black with #646AAB

Text Example


Text Example

White with #646AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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