#6855CA

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

Shades of Slate Blue #6855CA

Tints of Slate Blue #6855CA

Color information

#6855CA (or 0x6855CA) is unknown color: approx Slate Blue. HEX triplet: 68, 55 and CA. RGB value is (104,85,202). Sum of RGB (Red+Green+Blue) = 104+85+202=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 202 (79.30% from 255 or 51.66% from 391); Max value from RGB is 202 - color contains mainly: blue. Hex color #6855CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6855CA is #97AA35. Grayscale: #676767. Windows color (decimal): -9939510 or 13260136. OLE color: 13260136.

HSL color Cylindrical-coordinate representation of color #6855CA: hue angle of 249.74º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6855CA is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10485202-
CMYK0.490.5800.21
HSL249.74º52.47%56.27%-
HSV(B)249.74º57.92%79.22%-
XYZ19.6213.757.49-
YUV104.02183.29127.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.60%
GREEN value IS 85 (33.59% from 255) = 21.74%
BLUE value IS 202 (79.30% from 255) = 51.66%
R=26.60%
G=21.74%
B=51.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal104852020.490.5800.21249.7452.4756.27
Hex6855CA313A015fa3438
Octal15012531261720253726470
Binary110100010101011100101011000111101001010111111010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6855CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6855CA; }

 p { color: rgb(104,85,202); }

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

<style>
 a { background-color: #6855CA; }

 a { background-color: rgb(104,85,202); }

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

<style>
 span { border-color: #6855CA; }

 span { border-color: rgb(104,85,202); }

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