#6A6CFD

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

Shades of Medium Slate Blue #6A6CFD

Tints of Medium Slate Blue #6A6CFD

Color information

#6A6CFD (or 0x6A6CFD) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 6C and FD. RGB value is (106,108,253). Sum of RGB (Red+Green+Blue) = 106+108+253=467 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.70% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #6A6CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A6CFD is #959302. Grayscale: #7B7B7B. Windows color (decimal): -9802499 or 16608362. OLE color: 16608362.

HSL color Cylindrical-coordinate representation of color #6A6CFD: hue angle of 239.18º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A6CFD is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB106108253-
CMYK0.580.5700.01
HSL239.18º97.35%70.39%-
HSV(B)239.18º58.1%99.22%-
XYZ29.0420.8895.43-
YUV123.93200.84115.21-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.70%
GREEN value IS 108 (42.58% from 255) = 23.13%
BLUE value IS 253 (99.22% from 255) = 54.18%
R=22.70%
G=23.13%
B=54.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1061082530.580.5700.01239.1897.3570.39
Hex6A6CFD3A3901ef6146
Octal152154375727101357141106
Binary1101010110110011111101111010111001011110111111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,108,253); }

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

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

 a { background-color: rgb(106,108,253); }

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

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

 span { border-color: rgb(106,108,253); }

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