Html Css Color HEX #674ACD Slate Blue

📋 copy color: '#674ACD'

red 103 ◦ green 74 ◦ blue 205

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

Shades of Slate Blue #674ACD

Tints of Slate Blue #674ACD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.37%

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

R = 26.96%
G = 19.37%
B = 53.66%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#674ACD (or 0x674ACD) is known color: Slate Blue. HEX triplet: 67, 4A and CD. RGB value is (103,74,205). Sum of RGB (Red+Green+Blue) = 103+74+205=382 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.96% from 382); Green value is 74 (29.30% from 255 or 19.37% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #674ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674ACD is #98B532. Grayscale: #616161. Windows color (decimal): -10007859 or 13453927. OLE color: 13453927.

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

Color convert

RGB 103 74 205 -
CMYK 0.50 0.64 0 0.20
HSL 253.28º 0.57% 0.55% -
HSV(B) 253.28º 0.64% 0.8% -
XYZ 19.06 12.19 59.11 -
YUV 97.61 188.61 131.85 -
System Red Green Blue C M Y K H S L
Decimal 103 74 205 0.50 0.64 0 0.20 253.28 0.57 0.55
Hex 67 4A CD 32 40 0 14 FD 39 37
Octal 147 112 315 62 100 0 24 375 71 67
Binary 1100111 1001010 11001101 110010 1000000 0 10100 11111101 111001 110111

Color Harmonies of #674ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674ACD

Black with #674ACD

Text Example


Text Example

White with #674ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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