Html Css Color HEX #674AE4 Slate Blue

📋 copy color: '#674AE4'

red 103 ◦ green 74 ◦ blue 228

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

Shades of Slate Blue #674AE4

Tints of Slate Blue #674AE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 56.3%

R = 25.43%
G = 18.27%
B = 56.3%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#674AE4 (or 0x674AE4) is known color: Slate Blue. HEX triplet: 67, 4A and E4. RGB value is (103,74,228). Sum of RGB (Red+Green+Blue) = 103+74+228=405 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.43% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 228 (89.45% from 255 or 56.30% from 405); Max value from RGB is 228 - color contains mainly: blue. Hex color #674AE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674AE4 is #98B51B. Grayscale: #636363. Windows color (decimal): -10007836 or 14961255. OLE color: 14961255.

HSL color Cylindrical-coordinate representation of color #674AE4: hue angle of 251.3º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #674AE4 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 103 74 228 -
CMYK 0.55 0.68 0 0.11
HSL 251.3º 0.74% 0.59% -
HSV(B) 251.3º 0.68% 0.89% -
XYZ 22.05 13.38 74.82 -
YUV 100.23 200.11 129.98 -
System Red Green Blue C M Y K H S L
Decimal 103 74 228 0.55 0.68 0 0.11 251.3 0.74 0.59
Hex 67 4A E4 37 44 0 B FB 4A 3B
Octal 147 112 344 67 104 0 13 373 112 73
Binary 1100111 1001010 11100100 110111 1000100 0 1011 11111011 1001010 111011

Color Harmonies of #674AE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674AE4

Black with #674AE4

Text Example


Text Example

White with #674AE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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