Html Css Color HEX #646ACD Slate Blue

📋 copy color: '#646ACD'

red 100 ◦ green 106 ◦ blue 205

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

Shades of Slate Blue #646ACD

Tints of Slate Blue #646ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.88%

R = 24.33%
G = 25.79%
B = 49.88%

CMYK

 C value IS 0.51

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#646ACD (or 0x646ACD) is known color: Slate Blue. HEX triplet: 64, 6A and CD. RGB value is (100,106,205). Sum of RGB (Red+Green+Blue) = 100+106+205=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #646ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646ACD is #9B9532. Grayscale: #737373. Windows color (decimal): -10196275 or 13462116. OLE color: 13462116.

HSL color Cylindrical-coordinate representation of color #646ACD: hue angle of 236.57º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #646ACD is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 106 205 -
CMYK 0.51 0.48 0 0.20
HSL 236.57º 0.51% 0.6% -
HSV(B) 236.57º 0.51% 0.8% -
XYZ 21.43 17.43 59.99 -
YUV 115.49 178.51 116.95 -
System Red Green Blue C M Y K H S L
Decimal 100 106 205 0.51 0.48 0 0.20 236.57 0.51 0.6
Hex 64 6A CD 33 30 0 14 ED 33 3C
Octal 144 152 315 63 60 0 24 355 63 74
Binary 1100100 1101010 11001101 110011 110000 0 10100 11101101 110011 111100

Color Harmonies of #646ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646ACD

Black with #646ACD

Text Example


Text Example

White with #646ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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