Html Css Color HEX #6A51DD Slate Blue

📋 copy color: '#6A51DD'

red 106 ◦ green 81 ◦ blue 221

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

Shades of Slate Blue #6A51DD

Tints of Slate Blue #6A51DD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.85%

 BLUE value IS 221 (86.72% from 255) = 54.17%

R = 25.98%
G = 19.85%
B = 54.17%

CMYK

 C value IS 0.52

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6A51DD (or 0x6A51DD) is known color: Slate Blue. HEX triplet: 6A, 51 and DD. RGB value is (106,81,221). Sum of RGB (Red+Green+Blue) = 106+81+221=408 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.98% from 408); Green value is 81 (32.03% from 255 or 19.85% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #6A51DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A51DD is #95AE22. Grayscale: #676767. Windows color (decimal): -9809443 or 14504298. OLE color: 14504298.

HSL color Cylindrical-coordinate representation of color #6A51DD: hue angle of 250.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6A51DD is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 81 221 -
CMYK 0.52 0.63 0 0.13
HSL 250.71º 0.67% 0.59% -
HSV(B) 250.71º 0.63% 0.87% -
XYZ 21.94 14.17 69.99 -
YUV 104.44 193.78 129.12 -
System Red Green Blue C M Y K H S L
Decimal 106 81 221 0.52 0.63 0 0.13 250.71 0.67 0.59
Hex 6A 51 DD 34 3F 0 D FB 43 3B
Octal 152 121 335 64 77 0 15 373 103 73
Binary 1101010 1010001 11011101 110100 111111 0 1101 11111011 1000011 111011

Color Harmonies of #6A51DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A51DD

Black with #6A51DD

Text Example


Text Example

White with #6A51DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,81,221); }

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

background-color css

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

 a { background-color: rgb(106,81,221); }

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

border-color css

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

 span { border-color: rgb(106,81,221); }

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