Html Css Color HEX #674DDB Slate Blue

📋 copy color: '#674DDB'

red 103 ◦ green 77 ◦ blue 219

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

Shades of Slate Blue #674DDB

Tints of Slate Blue #674DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.89%

R = 25.81%
G = 19.3%
B = 54.89%

CMYK

 C value IS 0.53

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#674DDB (or 0x674DDB) is known color: Slate Blue. HEX triplet: 67, 4D and DB. RGB value is (103,77,219). Sum of RGB (Red+Green+Blue) = 103+77+219=399 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.81% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #674DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674DDB is #98B224. Grayscale: #646464. Windows color (decimal): -10007077 or 14372199. OLE color: 14372199.

HSL color Cylindrical-coordinate representation of color #674DDB: hue angle of 250.99º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #674DDB is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 103 77 219 -
CMYK 0.53 0.65 0 0.14
HSL 250.99º 0.66% 0.58% -
HSV(B) 250.99º 0.65% 0.86% -
XYZ 21.03 13.31 68.48 -
YUV 100.96 194.61 129.45 -
System Red Green Blue C M Y K H S L
Decimal 103 77 219 0.53 0.65 0 0.14 250.99 0.66 0.58
Hex 67 4D DB 35 41 0 E FB 42 3A
Octal 147 115 333 65 101 0 16 373 102 72
Binary 1100111 1001101 11011011 110101 1000001 0 1110 11111011 1000010 111010

Color Harmonies of #674DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674DDB

Black with #674DDB

Text Example


Text Example

White with #674DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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