#674BE0

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

Shades of Slate Blue #674BE0

Tints of Slate Blue #674BE0

Color information

#674BE0 (or 0x674BE0) is unknown color: approx Slate Blue. HEX triplet: 67, 4B and E0. RGB value is (103,75,224). Sum of RGB (Red+Green+Blue) = 103+75+224=402 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.62% from 402); Green value is 75 (29.69% from 255 or 18.66% from 402); Blue value is 224 (87.89% from 255 or 55.72% from 402); Max value from RGB is 224 - color contains mainly: blue. Hex color #674BE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674BE0 is #98B41F. Grayscale: #636363. Windows color (decimal): -10007584 or 14699367. OLE color: 14699367.

HSL color Cylindrical-coordinate representation of color #674BE0: hue angle of 251.28º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #674BE0 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB10375224-
CMYK0.540.6700.12
HSL251.28º70.62%58.63%-
HSV(B)251.28º66.52%87.84%-
XYZ21.5613.371.95-
YUV100.36197.78129.88-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.62%
GREEN value IS 75 (29.69% from 255) = 18.66%
BLUE value IS 224 (87.89% from 255) = 55.72%
R=25.62%
G=18.66%
B=55.72%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal103752240.540.6700.12251.2870.6258.63
Hex674BE036430Cfb473b
Octal1471133406610301437310773
Binary1100111100101111100000110110100001101100111110111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,75,224); }

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

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

 a { background-color: rgb(103,75,224); }

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

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

 span { border-color: rgb(103,75,224); }

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