Html Css Color HEX #646CAB Chetwode Blue

📋 copy color: '#646CAB'

red 100 ◦ green 108 ◦ blue 171

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

Shades of Chetwode Blue #646CAB

Tints of Chetwode Blue #646CAB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.5%

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

R = 26.39%
G = 28.5%
B = 45.12%

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

#646CAB (or 0x646CAB) is known color: Chetwode Blue. HEX triplet: 64, 6C and AB. RGB value is (100,108,171). Sum of RGB (Red+Green+Blue) = 100+108+171=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #646CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646CAB is #9B9354. Grayscale: #707070. Windows color (decimal): -10195797 or 11234404. OLE color: 11234404.

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

Color convert

RGB 100 108 171 -
CMYK 0.42 0.37 0 0.33
HSL 233.24º 0.3% 0.53% -
HSV(B) 233.24º 0.42% 0.67% -
XYZ 17.97 16.37 40.74 -
YUV 112.79 160.85 118.88 -
System Red Green Blue C M Y K H S L
Decimal 100 108 171 0.42 0.37 0 0.33 233.24 0.3 0.53
Hex 64 6C AB 2A 25 0 21 E9 1E 35
Octal 144 154 253 52 45 0 41 351 36 65
Binary 1100100 1101100 10101011 101010 100101 0 100001 11101001 11110 110101

Color Harmonies of #646CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646CAB

Black with #646CAB

Text Example


Text Example

White with #646CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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