Html Css Color HEX #6875EE Medium Slate Blue

📋 copy color: '#6875EE'

red 104 ◦ green 117 ◦ blue 238

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

Shades of Medium Slate Blue #6875EE

Tints of Medium Slate Blue #6875EE

RGB

 RED value IS 104 (41.02% from 255) = 22.66%

 GREEN value IS 117 (46.09% from 255) = 25.49%

 BLUE value IS 238 (93.36% from 255) = 51.85%

R = 22.66%
G = 25.49%
B = 51.85%

CMYK

 C value IS 0.56

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6875EE (or 0x6875EE) is known color: Medium Slate Blue. HEX triplet: 68, 75 and EE. RGB value is (104,117,238). Sum of RGB (Red+Green+Blue) = 104+117+238=459 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.66% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #6875EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6875EE is #978A11. Grayscale: #7E7E7E. Windows color (decimal): -9931282 or 15627624. OLE color: 15627624.

HSL color Cylindrical-coordinate representation of color #6875EE: hue angle of 234.18º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6875EE is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 117 238 -
CMYK 0.56 0.51 0 0.07
HSL 234.18º 0.8% 0.67% -
HSV(B) 234.18º 0.56% 0.93% -
XYZ 27.5 21.84 83.65 -
YUV 126.91 190.69 111.66 -
System Red Green Blue C M Y K H S L
Decimal 104 117 238 0.56 0.51 0 0.07 234.18 0.8 0.67
Hex 68 75 EE 38 33 0 7 EA 50 43
Octal 150 165 356 70 63 0 7 352 120 103
Binary 1101000 1110101 11101110 111000 110011 0 111 11101010 1010000 1000011

Color Harmonies of #6875EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6875EE

Black with #6875EE

Text Example


Text Example

White with #6875EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6875EE; }

 p { color: rgb(104,117,238); }

 H1.HeaderClassName
 {
   color: #6875EE;
 }
 .AnyTagClassName
 {
   color: #6875EE;
 }
</style>

background-color css

<style>
 a { background-color: #6875EE; }

 a { background-color: rgb(104,117,238); }

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

border-color css

<style>
 span { border-color: #6875EE; }

 span { border-color: rgb(104,117,238); }

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