Html Css Color HEX #646BAB Chetwode Blue

📋 copy color: '#646BAB'

red 100 ◦ green 107 ◦ blue 171

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

Shades of Chetwode Blue #646BAB

Tints of Chetwode Blue #646BAB

RGB

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

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

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

R = 26.46%
G = 28.31%
B = 45.24%

CMYK

 C value IS 0.42

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#646BAB (or 0x646BAB) is known color: Chetwode Blue. HEX triplet: 64, 6B and AB. RGB value is (100,107,171). Sum of RGB (Red+Green+Blue) = 100+107+171=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #646BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646BAB is #9B9454. Grayscale: #6F6F6F. Windows color (decimal): -10196053 or 11234148. OLE color: 11234148.

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

Color convert

RGB 100 107 171 -
CMYK 0.42 0.37 0 0.33
HSL 234.08º 0.3% 0.53% -
HSV(B) 234.08º 0.42% 0.67% -
XYZ 17.86 16.16 40.71 -
YUV 112.2 161.18 119.3 -
System Red Green Blue C M Y K H S L
Decimal 100 107 171 0.42 0.37 0 0.33 234.08 0.3 0.53
Hex 64 6B AB 2A 25 0 21 EA 1E 35
Octal 144 153 253 52 45 0 41 352 36 65
Binary 1100100 1101011 10101011 101010 100101 0 100001 11101010 11110 110101

Color Harmonies of #646BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646BAB

Black with #646BAB

Text Example


Text Example

White with #646BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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