Html Css Color HEX #6A55DD Slate Blue

📋 copy color: '#6A55DD'

red 106 ◦ green 85 ◦ blue 221

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

Shades of Slate Blue #6A55DD

Tints of Slate Blue #6A55DD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.63%

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

R = 25.73%
G = 20.63%
B = 53.64%

CMYK

 C value IS 0.52

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6A55DD (or 0x6A55DD) is known color: Slate Blue. HEX triplet: 6A, 55 and DD. RGB value is (106,85,221). Sum of RGB (Red+Green+Blue) = 106+85+221=412 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.73% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #6A55DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A55DD is #95AA22. Grayscale: #6A6A6A. Windows color (decimal): -9808419 or 14505322. OLE color: 14505322.

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

Color convert

RGB 106 85 221 -
CMYK 0.52 0.62 0 0.13
HSL 249.26º 0.67% 0.6% -
HSV(B) 249.26º 0.62% 0.87% -
XYZ 22.24 14.78 70.09 -
YUV 106.78 192.46 127.44 -
System Red Green Blue C M Y K H S L
Decimal 106 85 221 0.52 0.62 0 0.13 249.26 0.67 0.6
Hex 6A 55 DD 34 3E 0 D F9 43 3C
Octal 152 125 335 64 76 0 15 371 103 74
Binary 1101010 1010101 11011101 110100 111110 0 1101 11111001 1000011 111100

Color Harmonies of #6A55DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A55DD

Black with #6A55DD

Text Example


Text Example

White with #6A55DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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