Html Css Color HEX #674ACE Slate Blue

📋 copy color: '#674ACE'

red 103 ◦ green 74 ◦ blue 206

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

Shades of Slate Blue #674ACE

Tints of Slate Blue #674ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.79%

R = 26.89%
G = 19.32%
B = 53.79%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#674ACE (or 0x674ACE) is known color: Slate Blue. HEX triplet: 67, 4A and CE. RGB value is (103,74,206). Sum of RGB (Red+Green+Blue) = 103+74+206=383 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.89% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #674ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674ACE is #98B531. Grayscale: #616161. Windows color (decimal): -10007858 or 13519463. OLE color: 13519463.

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

Color convert

RGB 103 74 206 -
CMYK 0.50 0.64 0 0.19
HSL 253.18º 0.57% 0.55% -
HSV(B) 253.18º 0.64% 0.81% -
XYZ 19.18 12.24 59.74 -
YUV 97.72 189.11 131.77 -
System Red Green Blue C M Y K H S L
Decimal 103 74 206 0.50 0.64 0 0.19 253.18 0.57 0.55
Hex 67 4A CE 32 40 0 13 FD 39 37
Octal 147 112 316 62 100 0 23 375 71 67
Binary 1100111 1001010 11001110 110010 1000000 0 10011 11111101 111001 110111

Color Harmonies of #674ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674ACE

Black with #674ACE

Text Example


Text Example

White with #674ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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