#6168DE

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

Shades of Slate Blue #6168DE

Tints of Slate Blue #6168DE

Color information

#6168DE (or 0x6168DE) is unknown color: approx Slate Blue. HEX triplet: 61, 68 and DE. RGB value is (97,104,222). Sum of RGB (Red+Green+Blue) = 97+104+222=423 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.93% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 222 (87.11% from 255 or 52.48% from 423); Max value from RGB is 222 - color contains mainly: blue. Hex color #6168DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6168DE is #9E9721. Grayscale: #727272. Windows color (decimal): -10393378 or 14575713. OLE color: 14575713.

HSL color Cylindrical-coordinate representation of color #6168DE: hue angle of 236.64º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6168DE is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB97104222-
CMYK0.560.5300.13
HSL236.64º65.45%62.55%-
HSV(B)236.64º56.31%87.06%-
XYZ23.0617.7271.31-
YUV115.36188.18114.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.93%
GREEN value IS 104 (41.02% from 255) = 24.59%
BLUE value IS 222 (87.11% from 255) = 52.48%
R=22.93%
G=24.59%
B=52.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal971042220.560.5300.13236.6465.4562.55
Hex6168DE38350Ded413f
Octal141150336706501535510177
Binary110000111010001101111011100011010101101111011011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6168DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6168DE; }

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

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

<style>
 a { background-color: #6168DE; }

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

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

<style>
 span { border-color: #6168DE; }

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

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