Html Css Color HEX #6A4DCE Slate Blue

📋 copy color: '#6A4DCE'

red 106 ◦ green 77 ◦ blue 206

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

Shades of Slate Blue #6A4DCE

Tints of Slate Blue #6A4DCE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.79%

 BLUE value IS 206 (80.86% from 255) = 52.96%

R = 27.25%
G = 19.79%
B = 52.96%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6A4DCE (or 0x6A4DCE) is known color: Slate Blue. HEX triplet: 6A, 4D and CE. RGB value is (106,77,206). Sum of RGB (Red+Green+Blue) = 106+77+206=389 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.25% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #6A4DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A4DCE is #95B231. Grayscale: #636363. Windows color (decimal): -9810482 or 13520234. OLE color: 13520234.

HSL color Cylindrical-coordinate representation of color #6A4DCE: hue angle of 253.49º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6A4DCE is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 106 77 206 -
CMYK 0.49 0.63 0 0.19
HSL 253.49º 0.57% 0.55% -
HSV(B) 253.49º 0.63% 0.81% -
XYZ 19.74 12.83 59.83 -
YUV 100.38 187.61 132.01 -
System Red Green Blue C M Y K H S L
Decimal 106 77 206 0.49 0.63 0 0.19 253.49 0.57 0.55
Hex 6A 4D CE 31 3F 0 13 FD 39 37
Octal 152 115 316 61 77 0 23 375 71 67
Binary 1101010 1001101 11001110 110001 111111 0 10011 11111101 111001 110111

Color Harmonies of #6A4DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4DCE

Black with #6A4DCE

Text Example


Text Example

White with #6A4DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,77,206); }

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

background-color css

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

 a { background-color: rgb(106,77,206); }

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

border-color css

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

 span { border-color: rgb(106,77,206); }

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