#6B55CA

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

Shades of Slate Blue #6B55CA

Tints of Slate Blue #6B55CA

Color information

#6B55CA (or 0x6B55CA) is unknown color: approx Slate Blue. HEX triplet: 6B, 55 and CA. RGB value is (107,85,202). Sum of RGB (Red+Green+Blue) = 107+85+202=394 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.16% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 202 (79.30% from 255 or 51.27% from 394); Max value from RGB is 202 - color contains mainly: blue. Hex color #6B55CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B55CA is #94AA35. Grayscale: #686868. Windows color (decimal): -9742902 or 13260139. OLE color: 13260139.

HSL color Cylindrical-coordinate representation of color #6B55CA: hue angle of 251.28º 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 #6B55CA is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10785202-
CMYK0.470.5800.21
HSL251.28º52.47%56.27%-
HSV(B)251.28º57.92%79.22%-
XYZ19.9713.8957.5-
YUV104.92182.79129.49-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.16%
GREEN value IS 85 (33.59% from 255) = 21.57%
BLUE value IS 202 (79.30% from 255) = 51.27%
R=27.16%
G=21.57%
B=51.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal107852020.470.5800.21251.2852.4756.27
Hex6B55CA2F3A015fb3438
Octal15312531257720253736470
Binary110101110101011100101010111111101001010111111011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B55CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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