Html Css Color HEX #675ED6 Slate Blue

📋 copy color: '#675ED6'

red 103 ◦ green 94 ◦ blue 214

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

Shades of Slate Blue #675ED6

Tints of Slate Blue #675ED6

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.87%

 BLUE value IS 214 (83.98% from 255) = 52.07%

R = 25.06%
G = 22.87%
B = 52.07%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#675ED6 (or 0x675ED6) is known color: Slate Blue. HEX triplet: 67, 5E and D6. RGB value is (103,94,214). Sum of RGB (Red+Green+Blue) = 103+94+214=411 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.06% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 214 (83.98% from 255 or 52.07% from 411); Max value from RGB is 214 - color contains mainly: blue. Hex color #675ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675ED6 is #98A129. Grayscale: #6D6D6D. Windows color (decimal): -10002730 or 14048871. OLE color: 14048871.

HSL color Cylindrical-coordinate representation of color #675ED6: hue angle of 244.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #675ED6 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 103 94 214 -
CMYK 0.52 0.56 0 0.16
HSL 244.5º 0.59% 0.6% -
HSV(B) 244.5º 0.56% 0.84% -
XYZ 21.73 15.74 65.51 -
YUV 110.37 186.48 122.74 -
System Red Green Blue C M Y K H S L
Decimal 103 94 214 0.52 0.56 0 0.16 244.5 0.59 0.6
Hex 67 5E D6 34 38 0 10 F4 3B 3C
Octal 147 136 326 64 70 0 20 364 73 74
Binary 1100111 1011110 11010110 110100 111000 0 10000 11110100 111011 111100

Color Harmonies of #675ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675ED6

Black with #675ED6

Text Example


Text Example

White with #675ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675ED6; }

 p { color: rgb(103,94,214); }

 H1.HeaderClassName
 {
   color: #675ED6;
 }
 .AnyTagClassName
 {
   color: #675ED6;
 }
</style>

background-color css

<style>
 a { background-color: #675ED6; }

 a { background-color: rgb(103,94,214); }

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

border-color css

<style>
 span { border-color: #675ED6; }

 span { border-color: rgb(103,94,214); }

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