#674edd

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

Shades of Slate Blue #674EDD

Tints of Slate Blue #674EDD

Color information

#674EDD (or 0x674EDD) is unknown color: approx Slate Blue. HEX triplet: 67, 4E and DD. RGB value is (103,78,221). Sum of RGB (Red+Green+Blue) = 103+78+221=402 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.62% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #674EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674EDD is #98B122. Grayscale: #656565. Windows color (decimal): -10006819 or 14503527. OLE color: 14503527.

HSL color Cylindrical-coordinate representation of color #674EDD: hue angle of 250.49º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #674EDD is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10378221-
CMYK0.530.6500.13
HSL250.49º67.77%58.63%-
HSV(B)250.49º64.71%86.67%-
XYZ21.3713.5569.9-
YUV101.78195.28128.87-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.62%
GREEN value IS 78 (30.86% from 255) = 19.40%
BLUE value IS 221 (86.72% from 255) = 54.98%
R=25.62%
G=19.40%
B=54.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal103782210.530.6500.13250.4967.7758.63
Hex674EDD35410Dfa443b
Octal1471163356510101537210473
Binary1100111100111011011101110101100000101101111110101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674edd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,78,221); }

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

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

 a { background-color: rgb(103,78,221); }

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

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

 span { border-color: rgb(103,78,221); }

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