#655FCA

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

Shades of Slate Blue #655FCA

Tints of Slate Blue #655FCA

Color information

#655FCA (or 0x655FCA) is unknown color: approx Slate Blue. HEX triplet: 65, 5F and CA. RGB value is (101,95,202). Sum of RGB (Red+Green+Blue) = 101+95+202=398 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.38% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #655FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655FCA is #9AA035. Grayscale: #6C6C6C. Windows color (decimal): -10133558 or 13262693. OLE color: 13262693.

HSL color Cylindrical-coordinate representation of color #655FCA: hue angle of 243.36º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #655FCA is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10195202-
CMYK0.500.5300.21
HSL243.36º50.23%58.24%-
HSV(B)243.36º52.97%79.22%-
XYZ20.1215.2257.75-
YUV108.99180.49122.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.38%
GREEN value IS 95 (37.5% from 255) = 23.87%
BLUE value IS 202 (79.30% from 255) = 50.75%
R=25.38%
G=23.87%
B=50.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal101952020.500.5300.21243.3650.2358.24
Hex655FCA3235015f3323a
Octal14513731262650253636272
Binary110010110111111100101011001011010101010111110011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655FCA; }

 p { color: rgb(101,95,202); }

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

<style>
 a { background-color: #655FCA; }

 a { background-color: rgb(101,95,202); }

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

<style>
 span { border-color: #655FCA; }

 span { border-color: rgb(101,95,202); }

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