Html Css Color HEX #674DCA Slate Blue

📋 copy color: '#674DCA'

red 103 ◦ green 77 ◦ blue 202

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

Shades of Slate Blue #674DCA

Tints of Slate Blue #674DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.88%

R = 26.96%
G = 20.16%
B = 52.88%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#674DCA (or 0x674DCA) is known color: Slate Blue. HEX triplet: 67, 4D and CA. RGB value is (103,77,202). Sum of RGB (Red+Green+Blue) = 103+77+202=382 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.96% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 202 (79.30% from 255 or 52.88% from 382); Max value from RGB is 202 - color contains mainly: blue. Hex color #674DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #674DCA is #98B235. Grayscale: #626262. Windows color (decimal): -10007094 or 13258087. OLE color: 13258087.

HSL color Cylindrical-coordinate representation of color #674DCA: hue angle of 252.48º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #674DCA is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 103 77 202 -
CMYK 0.49 0.62 0 0.21
HSL 252.48º 0.54% 0.55% -
HSV(B) 252.48º 0.62% 0.79% -
XYZ 18.91 12.46 57.28 -
YUV 99.02 186.11 130.84 -
System Red Green Blue C M Y K H S L
Decimal 103 77 202 0.49 0.62 0 0.21 252.48 0.54 0.55
Hex 67 4D CA 31 3E 0 15 FC 36 37
Octal 147 115 312 61 76 0 25 374 66 67
Binary 1100111 1001101 11001010 110001 111110 0 10101 11111100 110110 110111

Color Harmonies of #674DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674DCA

Black with #674DCA

Text Example


Text Example

White with #674DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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