#6D61C4

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

Shades of Slate Blue #6D61C4

Tints of Slate Blue #6D61C4

Color information

#6D61C4 (or 0x6D61C4) is unknown color: approx Slate Blue. HEX triplet: 6D, 61 and C4. RGB value is (109,97,196). Sum of RGB (Red+Green+Blue) = 109+97+196=402 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.11% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 196 (76.95% from 255 or 48.76% from 402); Max value from RGB is 196 - color contains mainly: blue. Hex color #6D61C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D61C4 is #929E3B. Grayscale: #6F6F6F. Windows color (decimal): -9608764 or 12869997. OLE color: 12869997.

HSL color Cylindrical-coordinate representation of color #6D61C4: hue angle of 247.27º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6D61C4 is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB10997196-
CMYK0.440.5100.23
HSL247.27º45.62%57.45%-
HSV(B)247.27º50.51%76.86%-
XYZ20.5515.7954.19-
YUV111.87175.48125.95-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.11%
GREEN value IS 97 (38.28% from 255) = 24.13%
BLUE value IS 196 (76.95% from 255) = 48.76%
R=27.11%
G=24.13%
B=48.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal109971960.440.5100.23247.2745.6257.45
Hex6D61C42C33017f72e39
Octal15514130454630273675671
Binary110110111000011100010010110011001101011111110111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D61C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,97,196); }

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

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

 a { background-color: rgb(109,97,196); }

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

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

 span { border-color: rgb(109,97,196); }

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