Html Css Color HEX #674DD0 Slate Blue

📋 copy color: '#674DD0'

red 103 ◦ green 77 ◦ blue 208

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

Shades of Slate Blue #674DD0

Tints of Slate Blue #674DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 53.61%

R = 26.55%
G = 19.85%
B = 53.61%

CMYK

 C value IS 0.50

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#674DD0 (or 0x674DD0) is known color: Slate Blue. HEX triplet: 67, 4D and D0. RGB value is (103,77,208). Sum of RGB (Red+Green+Blue) = 103+77+208=388 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.55% from 388); Green value is 77 (30.47% from 255 or 19.85% from 388); Blue value is 208 (81.64% from 255 or 53.61% from 388); Max value from RGB is 208 - color contains mainly: blue. Hex color #674DD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674DD0 is #98B22F. Grayscale: #636363. Windows color (decimal): -10007088 or 13651303. OLE color: 13651303.

HSL color Cylindrical-coordinate representation of color #674DD0: hue angle of 251.91º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #674DD0 is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 103 77 208 -
CMYK 0.50 0.63 0 0.18
HSL 251.91º 0.58% 0.56% -
HSV(B) 251.91º 0.63% 0.82% -
XYZ 19.63 12.75 61.1 -
YUV 99.71 189.11 130.35 -
System Red Green Blue C M Y K H S L
Decimal 103 77 208 0.50 0.63 0 0.18 251.91 0.58 0.56
Hex 67 4D D0 32 3F 0 12 FC 3A 38
Octal 147 115 320 62 77 0 22 374 72 70
Binary 1100111 1001101 11010000 110010 111111 0 10010 11111100 111010 111000

Color Harmonies of #674DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674DD0

Black with #674DD0

Text Example


Text Example

White with #674DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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