Html Css Color HEX #646CAC Chetwode Blue

📋 copy color: '#646CAC'

red 100 ◦ green 108 ◦ blue 172

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

Shades of Chetwode Blue #646CAC

Tints of Chetwode Blue #646CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.26%

R = 26.32%
G = 28.42%
B = 45.26%

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

#646CAC (or 0x646CAC) is known color: Chetwode Blue. HEX triplet: 64, 6C and AC. RGB value is (100,108,172). Sum of RGB (Red+Green+Blue) = 100+108+172=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #646CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646CAC is #9B9353. Grayscale: #707070. Windows color (decimal): -10195796 or 11299940. OLE color: 11299940.

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

Color convert

RGB 100 108 172 -
CMYK 0.42 0.37 0 0.33
HSL 233.33º 0.3% 0.53% -
HSV(B) 233.33º 0.42% 0.67% -
XYZ 18.06 16.41 41.25 -
YUV 112.9 161.35 118.8 -
System Red Green Blue C M Y K H S L
Decimal 100 108 172 0.42 0.37 0 0.33 233.33 0.3 0.53
Hex 64 6C AC 2A 25 0 21 E9 1E 35
Octal 144 154 254 52 45 0 41 351 36 65
Binary 1100100 1101100 10101100 101010 100101 0 100001 11101001 11110 110101

Color Harmonies of #646CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646CAC

Black with #646CAC

Text Example


Text Example

White with #646CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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