Html Css Color HEX #674CD5 Slate Blue

📋 copy color: '#674CD5'

red 103 ◦ green 76 ◦ blue 213

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

Shades of Slate Blue #674CD5

Tints of Slate Blue #674CD5

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.39%

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

R = 26.28%
G = 19.39%
B = 54.34%

CMYK

 C value IS 0.52

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#674CD5 (or 0x674CD5) is known color: Slate Blue. HEX triplet: 67, 4C and D5. RGB value is (103,76,213). Sum of RGB (Red+Green+Blue) = 103+76+213=392 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.28% from 392); Green value is 76 (30.08% from 255 or 19.39% from 392); Blue value is 213 (83.59% from 255 or 54.34% from 392); Max value from RGB is 213 - color contains mainly: blue. Hex color #674CD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674CD5 is #98B32A. Grayscale: #636363. Windows color (decimal): -10007339 or 13978727. OLE color: 13978727.

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

Color convert

RGB 103 76 213 -
CMYK 0.52 0.64 0 0.16
HSL 251.82º 0.62% 0.57% -
HSV(B) 251.82º 0.64% 0.84% -
XYZ 20.19 12.86 64.37 -
YUV 99.69 191.95 130.36 -
System Red Green Blue C M Y K H S L
Decimal 103 76 213 0.52 0.64 0 0.16 251.82 0.62 0.57
Hex 67 4C D5 34 40 0 10 FC 3E 39
Octal 147 114 325 64 100 0 20 374 76 71
Binary 1100111 1001100 11010101 110100 1000000 0 10000 11111100 111110 111001

Color Harmonies of #674CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674CD5

Black with #674CD5

Text Example


Text Example

White with #674CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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