#674ACC

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

Shades of Slate Blue #674ACC

Tints of Slate Blue #674ACC

Color information

#674ACC (or 0x674ACC) is unknown color: approx Slate Blue. HEX triplet: 67, 4A and CC. RGB value is (103,74,204). Sum of RGB (Red+Green+Blue) = 103+74+204=381 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.03% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #674ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674ACC is #98B533. Grayscale: #616161. Windows color (decimal): -10007860 or 13388391. OLE color: 13388391.

HSL color Cylindrical-coordinate representation of color #674ACC: hue angle of 253.38º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #674ACC is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10374204-
CMYK0.500.6400.2
HSL253.38º56.03%54.51%-
HSV(B)253.38º63.73%80%-
XYZ18.9412.1458.47-
YUV97.49188.11131.93-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.03%
GREEN value IS 74 (29.30% from 255) = 19.42%
BLUE value IS 204 (80.08% from 255) = 53.54%
R=27.03%
G=19.42%
B=53.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal103742040.500.6400.2253.3856.0354.51
Hex674ACC3240014fd3837
Octal147112314621000243757067
Binary1100111100101011001100110010100000001010011111101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,74,204); }

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

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

 a { background-color: rgb(103,74,204); }

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

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

 span { border-color: rgb(103,74,204); }

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