Html Css Color HEX #6975EE Medium Slate Blue

📋 copy color: '#6975EE'

red 105 ◦ green 117 ◦ blue 238

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

Shades of Medium Slate Blue #6975EE

Tints of Medium Slate Blue #6975EE

RGB

 RED value IS 105 (41.41% from 255) = 22.83%

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

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

R = 22.83%
G = 25.43%
B = 51.74%

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

#6975EE (or 0x6975EE) is known color: Medium Slate Blue. HEX triplet: 69, 75 and EE. RGB value is (105,117,238). Sum of RGB (Red+Green+Blue) = 105+117+238=460 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.83% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 238 (93.36% from 255 or 51.74% from 460); Max value from RGB is 238 - color contains mainly: blue. Hex color #6975EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6975EE is #968A11. Grayscale: #7E7E7E. Windows color (decimal): -9865746 or 15627625. OLE color: 15627625.

HSL color Cylindrical-coordinate representation of color #6975EE: hue angle of 234.59º 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 #6975EE is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 117 238 -
CMYK 0.56 0.51 0 0.07
HSL 234.59º 0.8% 0.67% -
HSV(B) 234.59º 0.56% 0.93% -
XYZ 27.62 21.9 83.66 -
YUV 127.21 190.52 112.16 -
System Red Green Blue C M Y K H S L
Decimal 105 117 238 0.56 0.51 0 0.07 234.59 0.8 0.67
Hex 69 75 EE 38 33 0 7 EB 50 43
Octal 151 165 356 70 63 0 7 353 120 103
Binary 1101001 1110101 11101110 111000 110011 0 111 11101011 1010000 1000011

Color Harmonies of #6975EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6975EE

Black with #6975EE

Text Example


Text Example

White with #6975EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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