Html Css Color HEX #674DDF Slate Blue

📋 copy color: '#674DDF'

red 103 ◦ green 77 ◦ blue 223

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

Shades of Slate Blue #674DDF

Tints of Slate Blue #674DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.33%

R = 25.56%
G = 19.11%
B = 55.33%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#674DDF (or 0x674DDF) is known color: Slate Blue. HEX triplet: 67, 4D and DF. RGB value is (103,77,223). Sum of RGB (Red+Green+Blue) = 103+77+223=403 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.56% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #674DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674DDF is #98B220. Grayscale: #646464. Windows color (decimal): -10007073 or 14634343. OLE color: 14634343.

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

Color convert

RGB 103 77 223 -
CMYK 0.54 0.65 0 0.13
HSL 250.68º 0.7% 0.59% -
HSV(B) 250.68º 0.65% 0.87% -
XYZ 21.57 13.52 71.28 -
YUV 101.42 196.61 129.13 -
System Red Green Blue C M Y K H S L
Decimal 103 77 223 0.54 0.65 0 0.13 250.68 0.7 0.59
Hex 67 4D DF 36 41 0 D FB 46 3B
Octal 147 115 337 66 101 0 15 373 106 73
Binary 1100111 1001101 11011111 110110 1000001 0 1101 11111011 1000110 111011

Color Harmonies of #674DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674DDF

Black with #674DDF

Text Example


Text Example

White with #674DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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