Html Css Color HEX #675FF2 Medium Slate Blue

📋 copy color: '#675FF2'

red 103 ◦ green 95 ◦ blue 242

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

Shades of Medium Slate Blue #675FF2

Tints of Medium Slate Blue #675FF2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.59%

 BLUE value IS 242 (94.92% from 255) = 55%

R = 23.41%
G = 21.59%
B = 55%

CMYK

 C value IS 0.57

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#675FF2 (or 0x675FF2) is known color: Medium Slate Blue. HEX triplet: 67, 5F and F2. RGB value is (103,95,242). Sum of RGB (Red+Green+Blue) = 103+95+242=440 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.41% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 242 (94.92% from 255 or 55% from 440); Max value from RGB is 242 - color contains mainly: blue. Hex color #675FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #675FF2 is #98A00D. Grayscale: #717171. Windows color (decimal): -10002446 or 15884135. OLE color: 15884135.

HSL color Cylindrical-coordinate representation of color #675FF2: hue angle of 243.27º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #675FF2 is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 103 95 242 -
CMYK 0.57 0.61 0 0.05
HSL 243.27º 0.85% 0.66% -
HSV(B) 243.27º 0.61% 0.95% -
XYZ 25.71 17.48 86.02 -
YUV 114.15 200.15 120.05 -
System Red Green Blue C M Y K H S L
Decimal 103 95 242 0.57 0.61 0 0.05 243.27 0.85 0.66
Hex 67 5F F2 39 3D 0 5 F3 55 42
Octal 147 137 362 71 75 0 5 363 125 102
Binary 1100111 1011111 11110010 111001 111101 0 101 11110011 1010101 1000010

Color Harmonies of #675FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675FF2

Black with #675FF2

Text Example


Text Example

White with #675FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,95,242); }

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

background-color css

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

 a { background-color: rgb(103,95,242); }

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

border-color css

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

 span { border-color: rgb(103,95,242); }

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