Html Css Color HEX #6975DC Medium Slate Blue

📋 copy color: '#6975DC'

red 105 ◦ green 117 ◦ blue 220

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

Shades of Medium Slate Blue #6975DC

Tints of Medium Slate Blue #6975DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.77%

R = 23.76%
G = 26.47%
B = 49.77%

CMYK

 C value IS 0.52

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6975DC (or 0x6975DC) is known color: Medium Slate Blue. HEX triplet: 69, 75 and DC. RGB value is (105,117,220). Sum of RGB (Red+Green+Blue) = 105+117+220=442 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.76% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #6975DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6975DC is #968A23. Grayscale: #7C7C7C. Windows color (decimal): -9865764 or 14447977. OLE color: 14447977.

HSL color Cylindrical-coordinate representation of color #6975DC: hue angle of 233.74º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6975DC is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 117 220 -
CMYK 0.52 0.47 0 0.14
HSL 233.74º 0.62% 0.64% -
HSV(B) 233.74º 0.52% 0.86% -
XYZ 25.11 20.89 70.42 -
YUV 125.15 181.52 113.62 -
System Red Green Blue C M Y K H S L
Decimal 105 117 220 0.52 0.47 0 0.14 233.74 0.62 0.64
Hex 69 75 DC 34 2F 0 E EA 3E 40
Octal 151 165 334 64 57 0 16 352 76 100
Binary 1101001 1110101 11011100 110100 101111 0 1110 11101010 111110 1000000

Color Harmonies of #6975DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6975DC

Black with #6975DC

Text Example


Text Example

White with #6975DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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