Html Css Color HEX #6975EB Medium Slate Blue

📋 copy color: '#6975EB'

red 105 ◦ green 117 ◦ blue 235

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

Shades of Medium Slate Blue #6975EB

Tints of Medium Slate Blue #6975EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.42%

R = 22.98%
G = 25.6%
B = 51.42%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6975EB (or 0x6975EB) is known color: Medium Slate Blue. HEX triplet: 69, 75 and EB. RGB value is (105,117,235). Sum of RGB (Red+Green+Blue) = 105+117+235=457 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.98% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #6975EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6975EB is #968A14. Grayscale: #7E7E7E. Windows color (decimal): -9865749 or 15431017. OLE color: 15431017.

HSL color Cylindrical-coordinate representation of color #6975EB: hue angle of 234.46º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6975EB is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 117 235 -
CMYK 0.55 0.50 0 0.08
HSL 234.46º 0.76% 0.67% -
HSV(B) 234.46º 0.55% 0.92% -
XYZ 27.18 21.72 81.36 -
YUV 126.86 189.02 112.41 -
System Red Green Blue C M Y K H S L
Decimal 105 117 235 0.55 0.50 0 0.08 234.46 0.76 0.67
Hex 69 75 EB 37 32 0 8 EA 4C 43
Octal 151 165 353 67 62 0 10 352 114 103
Binary 1101001 1110101 11101011 110111 110010 0 1000 11101010 1001100 1000011

Color Harmonies of #6975EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6975EB

Black with #6975EB

Text Example


Text Example

White with #6975EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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