Html Css Color HEX #674ADA Slate Blue

📋 copy color: '#674ADA'

red 103 ◦ green 74 ◦ blue 218

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

Shades of Slate Blue #674ADA

Tints of Slate Blue #674ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.19%

R = 26.08%
G = 18.73%
B = 55.19%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#674ADA (or 0x674ADA) is known color: Slate Blue. HEX triplet: 67, 4A and DA. RGB value is (103,74,218). Sum of RGB (Red+Green+Blue) = 103+74+218=395 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.08% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #674ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674ADA is #98B525. Grayscale: #626262. Windows color (decimal): -10007846 or 14305895. OLE color: 14305895.

HSL color Cylindrical-coordinate representation of color #674ADA: hue angle of 252.08º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #674ADA is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 103 74 218 -
CMYK 0.53 0.66 0 0.15
HSL 252.08º 0.66% 0.57% -
HSV(B) 252.08º 0.66% 0.85% -
XYZ 20.7 12.84 67.72 -
YUV 99.09 195.11 130.79 -
System Red Green Blue C M Y K H S L
Decimal 103 74 218 0.53 0.66 0 0.15 252.08 0.66 0.57
Hex 67 4A DA 35 42 0 F FC 42 39
Octal 147 112 332 65 102 0 17 374 102 71
Binary 1100111 1001010 11011010 110101 1000010 0 1111 11111100 1000010 111001

Color Harmonies of #674ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674ADA

Black with #674ADA

Text Example


Text Example

White with #674ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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