Html Css Color HEX #6F76DA Medium Slate Blue

📋 copy color: '#6F76DA'

red 111 ◦ green 118 ◦ blue 218

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

Shades of Medium Slate Blue #6F76DA

Tints of Medium Slate Blue #6F76DA

RGB

 RED value IS 111 (43.75% from 255) = 24.83%

 GREEN value IS 118 (46.48% from 255) = 26.4%

 BLUE value IS 218 (85.55% from 255) = 48.77%

R = 24.83%
G = 26.4%
B = 48.77%

CMYK

 C value IS 0.49

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6F76DA (or 0x6F76DA) is known color: Medium Slate Blue. HEX triplet: 6F, 76 and DA. RGB value is (111,118,218). Sum of RGB (Red+Green+Blue) = 111+118+218=447 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.83% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #6F76DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F76DA is #908925. Grayscale: #7E7E7E. Windows color (decimal): -9472294 or 14317167. OLE color: 14317167.

HSL color Cylindrical-coordinate representation of color #6F76DA: hue angle of 236.07º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F76DA is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 111 118 218 -
CMYK 0.49 0.46 0 0.15
HSL 236.07º 0.59% 0.65% -
HSV(B) 236.07º 0.49% 0.85% -
XYZ 25.69 21.4 69.11 -
YUV 127.31 179.18 116.37 -
System Red Green Blue C M Y K H S L
Decimal 111 118 218 0.49 0.46 0 0.15 236.07 0.59 0.65
Hex 6F 76 DA 31 2E 0 F EC 3B 41
Octal 157 166 332 61 56 0 17 354 73 101
Binary 1101111 1110110 11011010 110001 101110 0 1111 11101100 111011 1000001

Color Harmonies of #6F76DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F76DA

Black with #6F76DA

Text Example


Text Example

White with #6F76DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F76DA; }

 p { color: rgb(111,118,218); }

 H1.HeaderClassName
 {
   color: #6F76DA;
 }
 .AnyTagClassName
 {
   color: #6F76DA;
 }
</style>

background-color css

<style>
 a { background-color: #6F76DA; }

 a { background-color: rgb(111,118,218); }

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

border-color css

<style>
 span { border-color: #6F76DA; }

 span { border-color: rgb(111,118,218); }

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