Html Css Color HEX #6A4BDC Slate Blue

📋 copy color: '#6A4BDC'

red 106 ◦ green 75 ◦ blue 220

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

Shades of Slate Blue #6A4BDC

Tints of Slate Blue #6A4BDC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.7%

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

R = 26.43%
G = 18.7%
B = 54.86%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6A4BDC (or 0x6A4BDC) is known color: Slate Blue. HEX triplet: 6A, 4B and DC. RGB value is (106,75,220). Sum of RGB (Red+Green+Blue) = 106+75+220=401 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.43% from 401); Green value is 75 (29.69% from 255 or 18.70% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #6A4BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A4BDC is #95B423. Grayscale: #646464. Windows color (decimal): -9810980 or 14437226. OLE color: 14437226.

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

Color convert

RGB 106 75 220 -
CMYK 0.52 0.66 0 0.14
HSL 252.83º 0.67% 0.58% -
HSV(B) 252.83º 0.66% 0.86% -
XYZ 21.38 13.26 69.14 -
YUV 100.8 195.27 131.71 -
System Red Green Blue C M Y K H S L
Decimal 106 75 220 0.52 0.66 0 0.14 252.83 0.67 0.58
Hex 6A 4B DC 34 42 0 E FD 43 3A
Octal 152 113 334 64 102 0 16 375 103 72
Binary 1101010 1001011 11011100 110100 1000010 0 1110 11111101 1000011 111010

Color Harmonies of #6A4BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4BDC

Black with #6A4BDC

Text Example


Text Example

White with #6A4BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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