#674AEB

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

Shades of Slate Blue #674AEB

Tints of Slate Blue #674AEB

Color information

#674AEB (or 0x674AEB) is unknown color: approx Slate Blue. HEX triplet: 67, 4A and EB. RGB value is (103,74,235). Sum of RGB (Red+Green+Blue) = 103+74+235=412 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 235 (92.19% from 255 or 57.04% from 412); Max value from RGB is 235 - color contains mainly: blue. Hex color #674AEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #674AEB is #98B514. Grayscale: #646464. Windows color (decimal): -10007829 or 15420007. OLE color: 15420007.

HSL color Cylindrical-coordinate representation of color #674AEB: hue angle of 250.81º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #674AEB is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10374235-
CMYK0.560.6900.08
HSL250.81º80.1%60.59%-
HSV(B)250.81º68.51%92.16%-
XYZ23.0413.7880.04-
YUV101.02203.61129.41-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25%
GREEN value IS 74 (29.30% from 255) = 17.96%
BLUE value IS 235 (92.19% from 255) = 57.04%
R=25%
G=17.96%
B=57.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal103742350.560.6900.08250.8180.160.59
Hex674AEB384508fb503d
Octal1471123537010501037312075
Binary1100111100101011101011111000100010101000111110111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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