Html Css Color HEX #674AD5 Slate Blue

📋 copy color: '#674AD5'

red 103 ◦ green 74 ◦ blue 213

#674AD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #674AD5

Tints of Slate Blue #674AD5

RGB

 RED value IS 103 (40.63% from 255) = 26.41%

 GREEN value IS 74 (29.3% from 255) = 18.97%

 BLUE value IS 213 (83.59% from 255) = 54.62%

R = 26.41%
G = 18.97%
B = 54.62%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#674AD5 (or 0x674AD5) is known color: Slate Blue. HEX triplet: 67, 4A and D5. RGB value is (103,74,213). Sum of RGB (Red+Green+Blue) = 103+74+213=390 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.41% from 390); Green value is 74 (29.30% from 255 or 18.97% from 390); Blue value is 213 (83.59% from 255 or 54.62% from 390); Max value from RGB is 213 - color contains mainly: blue. Hex color #674AD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674AD5 is #98B52A. Grayscale: #616161. Windows color (decimal): -10007851 or 13978215. OLE color: 13978215.

HSL color Cylindrical-coordinate representation of color #674AD5: hue angle of 252.52º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #674AD5 is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 103 74 213 -
CMYK 0.52 0.65 0 0.16
HSL 252.52º 0.62% 0.56% -
HSV(B) 252.52º 0.65% 0.84% -
XYZ 20.05 12.59 64.32 -
YUV 98.52 192.61 131.2 -
System Red Green Blue C M Y K H S L
Decimal 103 74 213 0.52 0.65 0 0.16 252.52 0.62 0.56
Hex 67 4A D5 34 41 0 10 FD 3E 38
Octal 147 112 325 64 101 0 20 375 76 70
Binary 1100111 1001010 11010101 110100 1000001 0 10000 11111101 111110 111000

Color Harmonies of #674AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674AD5

Black with #674AD5

Text Example


Text Example

White with #674AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #674AD5;
 }
 .AnyTagClassName
 {
   color: #674AD5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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