#5F68DE

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

Shades of Slate Blue #5F68DE

Tints of Slate Blue #5F68DE

Color information

#5F68DE (or 0x5F68DE) is unknown color: approx Slate Blue. HEX triplet: 5F, 68 and DE. RGB value is (95,104,222). Sum of RGB (Red+Green+Blue) = 95+104+222=421 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.57% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 222 (87.11% from 255 or 52.73% from 421); Max value from RGB is 222 - color contains mainly: blue. Hex color #5F68DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F68DE is #A09721. Grayscale: #727272. Windows color (decimal): -10524450 or 14575711. OLE color: 14575711.

HSL color Cylindrical-coordinate representation of color #5F68DE: hue angle of 235.75º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F68DE is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB95104222-
CMYK0.570.5300.13
HSL235.75º65.8%62.16%-
HSV(B)235.75º57.21%87.06%-
XYZ22.8517.6171.3-
YUV114.76188.52113.91-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.57%
GREEN value IS 104 (41.02% from 255) = 24.70%
BLUE value IS 222 (87.11% from 255) = 52.73%
R=22.57%
G=24.70%
B=52.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal951042220.570.5300.13235.7565.862.16
Hex5F68DE39350Dec423e
Octal137150336716501535410276
Binary101111111010001101111011100111010101101111011001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F68DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F68DE; }

 p { color: rgb(95,104,222); }

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

<style>
 a { background-color: #5F68DE; }

 a { background-color: rgb(95,104,222); }

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

<style>
 span { border-color: #5F68DE; }

 span { border-color: rgb(95,104,222); }

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