Html Css Color HEX #646BAA Chetwode Blue

📋 copy color: '#646BAA'

red 100 ◦ green 107 ◦ blue 170

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

Shades of Chetwode Blue #646BAA

Tints of Chetwode Blue #646BAA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.38%

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

R = 26.53%
G = 28.38%
B = 45.09%

CMYK

 C value IS 0.41

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#646BAA (or 0x646BAA) is known color: Chetwode Blue. HEX triplet: 64, 6B and AA. RGB value is (100,107,170). Sum of RGB (Red+Green+Blue) = 100+107+170=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #646BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646BAA is #9B9455. Grayscale: #6F6F6F. Windows color (decimal): -10196054 or 11168612. OLE color: 11168612.

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

Color convert

RGB 100 107 170 -
CMYK 0.41 0.37 0 0.33
HSL 234º 0.29% 0.53% -
HSV(B) 234º 0.41% 0.67% -
XYZ 17.77 16.13 40.21 -
YUV 112.09 160.68 119.38 -
System Red Green Blue C M Y K H S L
Decimal 100 107 170 0.41 0.37 0 0.33 234 0.29 0.53
Hex 64 6B AA 29 25 0 21 EA 1D 35
Octal 144 153 252 51 45 0 41 352 35 65
Binary 1100100 1101011 10101010 101001 100101 0 100001 11101010 11101 110101

Color Harmonies of #646BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646BAA

Black with #646BAA

Text Example


Text Example

White with #646BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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