Html Css Color HEX #6A55FF Medium Slate Blue

📋 copy color: '#6A55FF'

red 106 ◦ green 85 ◦ blue 255

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

Shades of Medium Slate Blue #6A55FF

Tints of Medium Slate Blue #6A55FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.17%

R = 23.77%
G = 19.06%
B = 57.17%

CMYK

 C value IS 0.58

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6A55FF (or 0x6A55FF) is known color: Medium Slate Blue. HEX triplet: 6A, 55 and FF. RGB value is (106,85,255). Sum of RGB (Red+Green+Blue) = 106+85+255=446 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.77% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #6A55FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A55FF is #95AA00. Grayscale: #6D6D6D. Windows color (decimal): -9808385 or 16733546. OLE color: 16733546.

HSL color Cylindrical-coordinate representation of color #6A55FF: hue angle of 247.41º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6A55FF is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 106 85 255 -
CMYK 0.58 0.67 0 0
HSL 247.41º 1% 0.67% -
HSV(B) 247.41º 0.67% 1% -
XYZ 27.24 16.78 96.41 -
YUV 110.66 209.46 124.68 -
System Red Green Blue C M Y K H S L
Decimal 106 85 255 0.58 0.67 0 0 247.41 1 0.67
Hex 6A 55 FF 3A 43 0 0 F7 64 43
Octal 152 125 377 72 103 0 0 367 144 103
Binary 1101010 1010101 11111111 111010 1000011 0 0 11110111 1100100 1000011

Color Harmonies of #6A55FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A55FF

Black with #6A55FF

Text Example


Text Example

White with #6A55FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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