Html Css Color HEX #646ADC Slate Blue

📋 copy color: '#646ADC'

red 100 ◦ green 106 ◦ blue 220

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

Shades of Slate Blue #646ADC

Tints of Slate Blue #646ADC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.88%

 BLUE value IS 220 (86.33% from 255) = 51.64%

R = 23.47%
G = 24.88%
B = 51.64%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#646ADC (or 0x646ADC) is known color: Slate Blue. HEX triplet: 64, 6A and DC. RGB value is (100,106,220). Sum of RGB (Red+Green+Blue) = 100+106+220=426 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.47% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #646ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646ADC is #9B9523. Grayscale: #747474. Windows color (decimal): -10196260 or 14445156. OLE color: 14445156.

HSL color Cylindrical-coordinate representation of color #646ADC: hue angle of 237º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #646ADC is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 106 220 -
CMYK 0.55 0.52 0 0.14
HSL 237º 0.63% 0.63% -
HSV(B) 237º 0.55% 0.86% -
XYZ 23.33 18.18 69.99 -
YUV 117.2 186.01 115.73 -
System Red Green Blue C M Y K H S L
Decimal 100 106 220 0.55 0.52 0 0.14 237 0.63 0.63
Hex 64 6A DC 37 34 0 E ED 3F 3F
Octal 144 152 334 67 64 0 16 355 77 77
Binary 1100100 1101010 11011100 110111 110100 0 1110 11101101 111111 111111

Color Harmonies of #646ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646ADC

Black with #646ADC

Text Example


Text Example

White with #646ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,106,220); }

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

background-color css

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

 a { background-color: rgb(100,106,220); }

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

border-color css

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

 span { border-color: rgb(100,106,220); }

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