#674DC7

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

Shades of Slate Blue #674DC7

Tints of Slate Blue #674DC7

Color information

#674DC7 (or 0x674DC7) is unknown color: approx Slate Blue. HEX triplet: 67, 4D and C7. RGB value is (103,77,199). Sum of RGB (Red+Green+Blue) = 103+77+199=379 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.18% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 199 (78.12% from 255 or 52.51% from 379); Max value from RGB is 199 - color contains mainly: blue. Hex color #674DC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674DC7 is #98B238. Grayscale: #626262. Windows color (decimal): -10007097 or 13061479. OLE color: 13061479.

HSL color Cylindrical-coordinate representation of color #674DC7: hue angle of 252.79º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #674DC7 is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10377199-
CMYK0.480.6100.22
HSL252.79º52.14%54.12%-
HSV(B)252.79º61.31%78.04%-
XYZ18.5612.3155.43-
YUV98.68184.61131.08-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.18%
GREEN value IS 77 (30.47% from 255) = 20.32%
BLUE value IS 199 (78.12% from 255) = 52.51%
R=27.18%
G=20.32%
B=52.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal103771990.480.6100.22252.7952.1454.12
Hex674DC7303D016fd3436
Octal14711530760750263756466
Binary110011110011011100011111000011110101011011111101110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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