Html Css Color HEX #674CE6 Slate Blue

📋 copy color: '#674CE6'

red 103 ◦ green 76 ◦ blue 230

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

Shades of Slate Blue #674CE6

Tints of Slate Blue #674CE6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.58%

 BLUE value IS 230 (90.23% from 255) = 56.23%

R = 25.18%
G = 18.58%
B = 56.23%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#674CE6 (or 0x674CE6) is known color: Slate Blue. HEX triplet: 67, 4C and E6. RGB value is (103,76,230). Sum of RGB (Red+Green+Blue) = 103+76+230=409 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.18% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 230 (90.23% from 255 or 56.23% from 409); Max value from RGB is 230 - color contains mainly: blue. Hex color #674CE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #674CE6 is #98B319. Grayscale: #656565. Windows color (decimal): -10007322 or 15092839. OLE color: 15092839.

HSL color Cylindrical-coordinate representation of color #674CE6: hue angle of 250.52º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #674CE6 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 103 76 230 -
CMYK 0.55 0.67 0 0.10
HSL 250.52º 0.75% 0.6% -
HSV(B) 250.52º 0.67% 0.9% -
XYZ 22.46 13.77 76.34 -
YUV 101.63 200.45 128.98 -
System Red Green Blue C M Y K H S L
Decimal 103 76 230 0.55 0.67 0 0.10 250.52 0.75 0.6
Hex 67 4C E6 37 43 0 A FB 4B 3C
Octal 147 114 346 67 103 0 12 373 113 74
Binary 1100111 1001100 11100110 110111 1000011 0 1010 11111011 1001011 111100

Color Harmonies of #674CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674CE6

Black with #674CE6

Text Example


Text Example

White with #674CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,76,230); }

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

background-color css

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

 a { background-color: rgb(103,76,230); }

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

border-color css

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

 span { border-color: rgb(103,76,230); }

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