Html Css Color HEX #6A4CCA Slate Blue

📋 copy color: '#6A4CCA'

red 106 ◦ green 76 ◦ blue 202

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

Shades of Slate Blue #6A4CCA

Tints of Slate Blue #6A4CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.6%

R = 27.6%
G = 19.79%
B = 52.6%

CMYK

 C value IS 0.48

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6A4CCA (or 0x6A4CCA) is known color: Slate Blue. HEX triplet: 6A, 4C and CA. RGB value is (106,76,202). Sum of RGB (Red+Green+Blue) = 106+76+202=384 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.60% from 384); Green value is 76 (30.08% from 255 or 19.79% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #6A4CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A4CCA is #95B335. Grayscale: #626262. Windows color (decimal): -9810742 or 13257834. OLE color: 13257834.

HSL color Cylindrical-coordinate representation of color #6A4CCA: hue angle of 254.29º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A4CCA is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 106 76 202 -
CMYK 0.48 0.62 0 0.21
HSL 254.29º 0.54% 0.55% -
HSV(B) 254.29º 0.62% 0.79% -
XYZ 19.19 12.5 57.28 -
YUV 99.33 185.94 132.75 -
System Red Green Blue C M Y K H S L
Decimal 106 76 202 0.48 0.62 0 0.21 254.29 0.54 0.55
Hex 6A 4C CA 30 3E 0 15 FE 36 37
Octal 152 114 312 60 76 0 25 376 66 67
Binary 1101010 1001100 11001010 110000 111110 0 10101 11111110 110110 110111

Color Harmonies of #6A4CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4CCA

Black with #6A4CCA

Text Example


Text Example

White with #6A4CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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