Html Css Color HEX #646BA1 Chetwode Blue

📋 copy color: '#646BA1'

red 100 ◦ green 107 ◦ blue 161

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

Shades of Chetwode Blue #646BA1

Tints of Chetwode Blue #646BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 43.75%

R = 27.17%
G = 29.08%
B = 43.75%

CMYK

 C value IS 0.38

 M value IS 0.34

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#646BA1 (or 0x646BA1) is known color: Chetwode Blue. HEX triplet: 64, 6B and A1. RGB value is (100,107,161). Sum of RGB (Red+Green+Blue) = 100+107+161=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 161 (63.28% from 255 or 43.75% from 368); Max value from RGB is 161 - color contains mainly: blue. Hex color #646BA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646BA1 is #9B945E. Grayscale: #6E6E6E. Windows color (decimal): -10196063 or 10578788. OLE color: 10578788.

HSL color Cylindrical-coordinate representation of color #646BA1: hue angle of 233.11º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #646BA1 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 100 107 161 -
CMYK 0.38 0.34 0 0.37
HSL 233.11º 0.24% 0.51% -
HSV(B) 233.11º 0.38% 0.63% -
XYZ 16.95 15.8 35.87 -
YUV 111.06 156.18 120.11 -
System Red Green Blue C M Y K H S L
Decimal 100 107 161 0.38 0.34 0 0.37 233.11 0.24 0.51
Hex 64 6B A1 26 22 0 25 E9 18 33
Octal 144 153 241 46 42 0 45 351 30 63
Binary 1100100 1101011 10100001 100110 100010 0 100101 11101001 11000 110011

Color Harmonies of #646BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646BA1

Black with #646BA1

Text Example


Text Example

White with #646BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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