#6850C2

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

Shades of Slate Blue #6850C2

Tints of Slate Blue #6850C2

Color information

#6850C2 (or 0x6850C2) is unknown color: approx Slate Blue. HEX triplet: 68, 50 and C2. RGB value is (104,80,194). Sum of RGB (Red+Green+Blue) = 104+80+194=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 194 (76.17% from 255 or 51.32% from 378); Max value from RGB is 194 - color contains mainly: blue. Hex color #6850C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6850C2 is #97AF3D. Grayscale: #636363. Windows color (decimal): -9940798 or 12734568. OLE color: 12734568.

HSL color Cylindrical-coordinate representation of color #6850C2: hue angle of 252.63º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6850C2 is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10480194-
CMYK0.460.5900.24
HSL252.63º48.31%53.73%-
HSV(B)252.63º58.76%76.08%-
XYZ18.3212.5852.5-
YUV100.17180.95130.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.51%
GREEN value IS 80 (31.64% from 255) = 21.16%
BLUE value IS 194 (76.17% from 255) = 51.32%
R=27.51%
G=21.16%
B=51.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal104801940.460.5900.24252.6348.3153.73
Hex6850C22E3B018fd3036
Octal15012030256730303756066
Binary110100010100001100001010111011101101100011111101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6850C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6850C2; }

 p { color: rgb(104,80,194); }

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

<style>
 a { background-color: #6850C2; }

 a { background-color: rgb(104,80,194); }

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

<style>
 span { border-color: #6850C2; }

 span { border-color: rgb(104,80,194); }

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