#6A61CB

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

Shades of Slate Blue #6A61CB

Tints of Slate Blue #6A61CB

Color information

#6A61CB (or 0x6A61CB) is unknown color: approx Slate Blue. HEX triplet: 6A, 61 and CB. RGB value is (106,97,203). Sum of RGB (Red+Green+Blue) = 106+97+203=406 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.11% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #6A61CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A61CB is #959E34. Grayscale: #6F6F6F. Windows color (decimal): -9805365 or 13328746. OLE color: 13328746.

HSL color Cylindrical-coordinate representation of color #6A61CB: hue angle of 245.09º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A61CB is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10697203-
CMYK0.480.5200.20
HSL245.09º50.48%58.82%-
HSV(B)245.09º52.22%79.61%-
XYZ2115.9358.47-
YUV111.78179.48123.88-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.11%
GREEN value IS 97 (38.28% from 255) = 23.89%
BLUE value IS 203 (79.69% from 255) = 50%
R=26.11%
G=23.89%
B=50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal106972030.480.5200.20245.0950.4858.82
Hex6A61CB3034014f5323b
Octal15214131360640243656273
Binary110101011000011100101111000011010001010011110101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A61CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,97,203); }

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

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

 a { background-color: rgb(106,97,203); }

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

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

 span { border-color: rgb(106,97,203); }

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