#674ADF

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

Shades of Slate Blue #674ADF

Tints of Slate Blue #674ADF

Color information

#674ADF (or 0x674ADF) is unknown color: approx Slate Blue. HEX triplet: 67, 4A and DF. RGB value is (103,74,223). Sum of RGB (Red+Green+Blue) = 103+74+223=400 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.75% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #674ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674ADF is #98B520. Grayscale: #636363. Windows color (decimal): -10007841 or 14633575. OLE color: 14633575.

HSL color Cylindrical-coordinate representation of color #674ADF: hue angle of 251.68º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #674ADF is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10374223-
CMYK0.540.6700.13
HSL251.68º69.95%58.24%-
HSV(B)251.68º66.82%87.45%-
XYZ21.3613.1171.22-
YUV99.66197.61130.38-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.75%
GREEN value IS 74 (29.30% from 255) = 18.5%
BLUE value IS 223 (87.5% from 255) = 55.75%
R=25.75%
G=18.5%
B=55.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal103742230.540.6700.13251.6869.9558.24
Hex674ADF36430Dfc463a
Octal1471123376610301537410672
Binary1100111100101011011111110110100001101101111111001000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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