Html Css Color HEX #674FCD Slate Blue

📋 copy color: '#674FCD'

red 103 ◦ green 79 ◦ blue 205

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

Shades of Slate Blue #674FCD

Tints of Slate Blue #674FCD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.41%

 BLUE value IS 205 (80.47% from 255) = 52.97%

R = 26.61%
G = 20.41%
B = 52.97%

CMYK

 C value IS 0.50

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#674FCD (or 0x674FCD) is known color: Slate Blue. HEX triplet: 67, 4F and CD. RGB value is (103,79,205). Sum of RGB (Red+Green+Blue) = 103+79+205=387 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.61% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #674FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674FCD is #98B032. Grayscale: #646464. Windows color (decimal): -10006579 or 13455207. OLE color: 13455207.

HSL color Cylindrical-coordinate representation of color #674FCD: hue angle of 251.43º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #674FCD is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 103 79 205 -
CMYK 0.50 0.61 0 0.20
HSL 251.43º 0.56% 0.56% -
HSV(B) 251.43º 0.61% 0.8% -
XYZ 19.41 12.88 59.22 -
YUV 100.54 186.95 129.75 -
System Red Green Blue C M Y K H S L
Decimal 103 79 205 0.50 0.61 0 0.20 251.43 0.56 0.56
Hex 67 4F CD 32 3D 0 14 FB 38 38
Octal 147 117 315 62 75 0 24 373 70 70
Binary 1100111 1001111 11001101 110010 111101 0 10100 11111011 111000 111000

Color Harmonies of #674FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674FCD

Black with #674FCD

Text Example


Text Example

White with #674FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,79,205); }

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

background-color css

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

 a { background-color: rgb(103,79,205); }

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

border-color css

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

 span { border-color: rgb(103,79,205); }

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