#6A5FC8

Color #6A5FC8 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6A5FC8

Tints of Slate Blue #6A5FC8

Color information

#6A5FC8 (or 0x6A5FC8) is unknown color: approx Slate Blue. HEX triplet: 6A, 5F and C8. RGB value is (106,95,200). Sum of RGB (Red+Green+Blue) = 106+95+200=401 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.43% from 401); Green value is 95 (37.5% from 255 or 23.69% from 401); Blue value is 200 (78.52% from 255 or 49.88% from 401); Max value from RGB is 200 - color contains mainly: blue. Hex color #6A5FC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5FC8 is #95A037. Grayscale: #6D6D6D. Windows color (decimal): -9805880 or 13131626. OLE color: 13131626.

HSL color Cylindrical-coordinate representation of color #6A5FC8: hue angle of 246.29º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A5FC8 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10695200-
CMYK0.470.5200.22
HSL246.29º48.84%57.84%-
HSV(B)246.29º52.5%78.43%-
XYZ20.4615.4256.54-
YUV110.26178.64124.96-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.43%
GREEN value IS 95 (37.5% from 255) = 23.69%
BLUE value IS 200 (78.52% from 255) = 49.88%
R=26.43%
G=23.69%
B=49.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal106952000.470.5200.22246.2948.8457.84
Hex6A5FC82F34016f6313a
Octal15213731057640263666172
Binary110101010111111100100010111111010001011011110110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,95,200); }

 H1.HeaderClassName
 {
   color: #6A5FC8;
 }
 .AnyTagClassName
 {
   color: #6A5FC8;
 }
</style>
background-color css

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

 a { background-color: rgb(106,95,200); }

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

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

 span { border-color: rgb(106,95,200); }

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