Html Css Color HEX #6A43DD Slate Blue

📋 copy color: '#6A43DD'

red 106 ◦ green 67 ◦ blue 221

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

Shades of Slate Blue #6A43DD

Tints of Slate Blue #6A43DD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.01%

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

R = 26.9%
G = 17.01%
B = 56.09%

CMYK

 C value IS 0.52

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6A43DD (or 0x6A43DD) is known color: Slate Blue. HEX triplet: 6A, 43 and DD. RGB value is (106,67,221). Sum of RGB (Red+Green+Blue) = 106+67+221=394 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.90% from 394); Green value is 67 (26.56% from 255 or 17.01% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #6A43DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A43DD is #95BC22. Grayscale: #5F5F5F. Windows color (decimal): -9813027 or 14500714. OLE color: 14500714.

HSL color Cylindrical-coordinate representation of color #6A43DD: hue angle of 255.19º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6A43DD is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 67 221 -
CMYK 0.52 0.70 0 0.13
HSL 255.19º 0.69% 0.56% -
HSV(B) 255.19º 0.7% 0.87% -
XYZ 21 12.3 69.67 -
YUV 96.22 198.42 134.98 -
System Red Green Blue C M Y K H S L
Decimal 106 67 221 0.52 0.70 0 0.13 255.19 0.69 0.56
Hex 6A 43 DD 34 46 0 D FF 45 38
Octal 152 103 335 64 106 0 15 377 105 70
Binary 1101010 1000011 11011101 110100 1000110 0 1101 11111111 1000101 111000

Color Harmonies of #6A43DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A43DD

Black with #6A43DD

Text Example


Text Example

White with #6A43DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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