Html Css Color HEX #674FE0 Slate Blue

📋 copy color: '#674FE0'

red 103 ◦ green 79 ◦ blue 224

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

Shades of Slate Blue #674FE0

Tints of Slate Blue #674FE0

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.46%

 BLUE value IS 224 (87.89% from 255) = 55.17%

R = 25.37%
G = 19.46%
B = 55.17%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#674FE0 (or 0x674FE0) is known color: Slate Blue. HEX triplet: 67, 4F and E0. RGB value is (103,79,224). Sum of RGB (Red+Green+Blue) = 103+79+224=406 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.37% from 406); Green value is 79 (31.25% from 255 or 19.46% from 406); Blue value is 224 (87.89% from 255 or 55.17% from 406); Max value from RGB is 224 - color contains mainly: blue. Hex color #674FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674FE0 is #98B01F. Grayscale: #666666. Windows color (decimal): -10006560 or 14700391. OLE color: 14700391.

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

Color convert

RGB 103 79 224 -
CMYK 0.54 0.65 0 0.12
HSL 249.93º 0.7% 0.59% -
HSV(B) 249.93º 0.65% 0.88% -
XYZ 21.84 13.86 72.04 -
YUV 102.71 196.45 128.21 -
System Red Green Blue C M Y K H S L
Decimal 103 79 224 0.54 0.65 0 0.12 249.93 0.7 0.59
Hex 67 4F E0 36 41 0 C FA 46 3B
Octal 147 117 340 66 101 0 14 372 106 73
Binary 1100111 1001111 11100000 110110 1000001 0 1100 11111010 1000110 111011

Color Harmonies of #674FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674FE0

Black with #674FE0

Text Example


Text Example

White with #674FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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