Html Css Color HEX #674ADE Slate Blue

📋 copy color: '#674ADE'

red 103 ◦ green 74 ◦ blue 222

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

Shades of Slate Blue #674ADE

Tints of Slate Blue #674ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.64%

R = 25.81%
G = 18.55%
B = 55.64%

CMYK

 C value IS 0.54

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#674ADE (or 0x674ADE) is known color: Slate Blue. HEX triplet: 67, 4A and DE. RGB value is (103,74,222). Sum of RGB (Red+Green+Blue) = 103+74+222=399 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.81% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #674ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674ADE is #98B521. Grayscale: #626262. Windows color (decimal): -10007842 or 14568039. OLE color: 14568039.

HSL color Cylindrical-coordinate representation of color #674ADE: hue angle of 251.76º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #674ADE is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 103 74 222 -
CMYK 0.54 0.67 0 0.13
HSL 251.76º 0.69% 0.58% -
HSV(B) 251.76º 0.67% 0.87% -
XYZ 21.23 13.06 70.51 -
YUV 99.54 197.11 130.47 -
System Red Green Blue C M Y K H S L
Decimal 103 74 222 0.54 0.67 0 0.13 251.76 0.69 0.58
Hex 67 4A DE 36 43 0 D FC 45 3A
Octal 147 112 336 66 103 0 15 374 105 72
Binary 1100111 1001010 11011110 110110 1000011 0 1101 11111100 1000101 111010

Color Harmonies of #674ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674ADE

Black with #674ADE

Text Example


Text Example

White with #674ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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