#674DC0

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

Shades of Slate Blue #674DC0

Tints of Slate Blue #674DC0

Color information

#674DC0 (or 0x674DC0) is unknown color: approx Slate Blue. HEX triplet: 67, 4D and C0. RGB value is (103,77,192). Sum of RGB (Red+Green+Blue) = 103+77+192=372 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.69% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 192 (75.39% from 255 or 51.61% from 372); Max value from RGB is 192 - color contains mainly: blue. Hex color #674DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674DC0 is #98B23F. Grayscale: #616161. Windows color (decimal): -10007104 or 12602727. OLE color: 12602727.

HSL color Cylindrical-coordinate representation of color #674DC0: hue angle of 253.57º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #674DC0 is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10377192-
CMYK0.460.6000.25
HSL253.57º47.72%52.75%-
HSV(B)253.57º59.9%75.29%-
XYZ17.761251.25-
YUV97.88181.11131.65-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.69%
GREEN value IS 77 (30.47% from 255) = 20.70%
BLUE value IS 192 (75.39% from 255) = 51.61%
R=27.69%
G=20.70%
B=51.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal103771920.460.6000.25253.5747.7252.75
Hex674DC02E3C019fe3035
Octal14711530056740313766065
Binary110011110011011100000010111011110001100111111110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674DC0; }

 p { color: rgb(103,77,192); }

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

<style>
 a { background-color: #674DC0; }

 a { background-color: rgb(103,77,192); }

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

<style>
 span { border-color: #674DC0; }

 span { border-color: rgb(103,77,192); }

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