Html Css Color HEX #674ADC Slate Blue

📋 copy color: '#674ADC'

red 103 ◦ green 74 ◦ blue 220

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

Shades of Slate Blue #674ADC

Tints of Slate Blue #674ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.42%

R = 25.94%
G = 18.64%
B = 55.42%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#674ADC (or 0x674ADC) is known color: Slate Blue. HEX triplet: 67, 4A and DC. RGB value is (103,74,220). Sum of RGB (Red+Green+Blue) = 103+74+220=397 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.94% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #674ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674ADC is #98B523. Grayscale: #626262. Windows color (decimal): -10007844 or 14436967. OLE color: 14436967.

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

Color convert

RGB 103 74 220 -
CMYK 0.53 0.66 0 0.14
HSL 251.92º 0.68% 0.58% -
HSV(B) 251.92º 0.66% 0.86% -
XYZ 20.96 12.95 69.1 -
YUV 99.32 196.11 130.63 -
System Red Green Blue C M Y K H S L
Decimal 103 74 220 0.53 0.66 0 0.14 251.92 0.68 0.58
Hex 67 4A DC 35 42 0 E FC 44 3A
Octal 147 112 334 65 102 0 16 374 104 72
Binary 1100111 1001010 11011100 110101 1000010 0 1110 11111100 1000100 111010

Color Harmonies of #674ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674ADC

Black with #674ADC

Text Example


Text Example

White with #674ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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