Html Css Color HEX #674DD7 Slate Blue

📋 copy color: '#674DD7'

red 103 ◦ green 77 ◦ blue 215

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

Shades of Slate Blue #674DD7

Tints of Slate Blue #674DD7

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.49%

 BLUE value IS 215 (84.38% from 255) = 54.43%

R = 26.08%
G = 19.49%
B = 54.43%

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

#674DD7 (or 0x674DD7) is known color: Slate Blue. HEX triplet: 67, 4D and D7. RGB value is (103,77,215). Sum of RGB (Red+Green+Blue) = 103+77+215=395 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.08% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 215 (84.38% from 255 or 54.43% from 395); Max value from RGB is 215 - color contains mainly: blue. Hex color #674DD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674DD7 is #98B228. Grayscale: #636363. Windows color (decimal): -10007081 or 14110055. OLE color: 14110055.

HSL color Cylindrical-coordinate representation of color #674DD7: hue angle of 251.3º degrees, saturation: 0.63, 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 #674DD7 is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 103 77 215 -
CMYK 0.52 0.64 0 0.16
HSL 251.3º 0.63% 0.57% -
HSV(B) 251.3º 0.64% 0.84% -
XYZ 20.51 13.1 65.74 -
YUV 100.51 192.61 129.78 -
System Red Green Blue C M Y K H S L
Decimal 103 77 215 0.52 0.64 0 0.16 251.3 0.63 0.57
Hex 67 4D D7 34 40 0 10 FB 3F 39
Octal 147 115 327 64 100 0 20 373 77 71
Binary 1100111 1001101 11010111 110100 1000000 0 10000 11111011 111111 111001

Color Harmonies of #674DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674DD7

Black with #674DD7

Text Example


Text Example

White with #674DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,77,215); }

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

background-color css

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

 a { background-color: rgb(103,77,215); }

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

border-color css

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

 span { border-color: rgb(103,77,215); }

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