Html Css Color HEX #6A4CDC Slate Blue

📋 copy color: '#6A4CDC'

red 106 ◦ green 76 ◦ blue 220

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

Shades of Slate Blue #6A4CDC

Tints of Slate Blue #6A4CDC

RGB

 RED value IS 106 (41.8% from 255) = 26.37%

 GREEN value IS 76 (30.08% from 255) = 18.91%

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

R = 26.37%
G = 18.91%
B = 54.73%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6A4CDC (or 0x6A4CDC) is known color: Slate Blue. HEX triplet: 6A, 4C and DC. RGB value is (106,76,220). Sum of RGB (Red+Green+Blue) = 106+76+220=402 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.37% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #6A4CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A4CDC is #95B323. Grayscale: #646464. Windows color (decimal): -9810724 or 14437482. OLE color: 14437482.

HSL color Cylindrical-coordinate representation of color #6A4CDC: hue angle of 252.5º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A4CDC is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 76 220 -
CMYK 0.52 0.65 0 0.14
HSL 252.5º 0.67% 0.58% -
HSV(B) 252.5º 0.65% 0.86% -
XYZ 21.45 13.4 69.17 -
YUV 101.39 194.94 131.29 -
System Red Green Blue C M Y K H S L
Decimal 106 76 220 0.52 0.65 0 0.14 252.5 0.67 0.58
Hex 6A 4C DC 34 41 0 E FD 43 3A
Octal 152 114 334 64 101 0 16 375 103 72
Binary 1101010 1001100 11011100 110100 1000001 0 1110 11111101 1000011 111010

Color Harmonies of #6A4CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4CDC

Black with #6A4CDC

Text Example


Text Example

White with #6A4CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A4CDC; }

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

 H1.HeaderClassName
 {
   color: #6A4CDC;
 }
 .AnyTagClassName
 {
   color: #6A4CDC;
 }
</style>

background-color css

<style>
 a { background-color: #6A4CDC; }

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

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

border-color css

<style>
 span { border-color: #6A4CDC; }

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

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