#675FC4

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

Shades of Slate Blue #675FC4

Tints of Slate Blue #675FC4

Color information

#675FC4 (or 0x675FC4) is unknown color: approx Slate Blue. HEX triplet: 67, 5F and C4. RGB value is (103,95,196). Sum of RGB (Red+Green+Blue) = 103+95+196=394 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.14% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 196 (76.95% from 255 or 49.75% from 394); Max value from RGB is 196 - color contains mainly: blue. Hex color #675FC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675FC4 is #98A03B. Grayscale: #6C6C6C. Windows color (decimal): -10002492 or 12869479. OLE color: 12869479.

HSL color Cylindrical-coordinate representation of color #675FC4: hue angle of 244.75º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #675FC4 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB10395196-
CMYK0.470.5200.23
HSL244.75º46.12%57.06%-
HSV(B)244.75º51.53%76.86%-
XYZ19.6515.0554.09-
YUV108.91177.15123.79-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.14%
GREEN value IS 95 (37.5% from 255) = 24.11%
BLUE value IS 196 (76.95% from 255) = 49.75%
R=26.14%
G=24.11%
B=49.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal103951960.470.5200.23244.7546.1257.06
Hex675FC42F34017f52e39
Octal14713730457640273655671
Binary110011110111111100010010111111010001011111110101101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,95,196); }

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

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

 a { background-color: rgb(103,95,196); }

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

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

 span { border-color: rgb(103,95,196); }

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