#675DD6

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

Shades of Slate Blue #675DD6

Tints of Slate Blue #675DD6

Color information

#675DD6 (or 0x675DD6) is unknown color: approx Slate Blue. HEX triplet: 67, 5D and D6. RGB value is (103,93,214). Sum of RGB (Red+Green+Blue) = 103+93+214=410 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.12% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 214 (83.98% from 255 or 52.20% from 410); Max value from RGB is 214 - color contains mainly: blue. Hex color #675DD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675DD6 is #98A229. Grayscale: #6D6D6D. Windows color (decimal): -10002986 or 14048615. OLE color: 14048615.

HSL color Cylindrical-coordinate representation of color #675DD6: hue angle of 244.96º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #675DD6 is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10393214-
CMYK0.520.5700.16
HSL244.96º59.61%60.2%-
HSV(B)244.96º56.54%83.92%-
XYZ21.6515.5765.48-
YUV109.78186.81123.16-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.12%
GREEN value IS 93 (36.72% from 255) = 22.68%
BLUE value IS 214 (83.98% from 255) = 52.20%
R=25.12%
G=22.68%
B=52.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal103932140.520.5700.16244.9659.6160.2
Hex675DD63439010f53c3c
Octal14713532664710203657474
Binary110011110111011101011011010011100101000011110101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675DD6; }

 p { color: rgb(103,93,214); }

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

<style>
 a { background-color: #675DD6; }

 a { background-color: rgb(103,93,214); }

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

<style>
 span { border-color: #675DD6; }

 span { border-color: rgb(103,93,214); }

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