Html Css Color HEX #6F71DA Medium Slate Blue

📋 copy color: '#6F71DA'

red 111 ◦ green 113 ◦ blue 218

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

Shades of Medium Slate Blue #6F71DA

Tints of Medium Slate Blue #6F71DA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.57%

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

R = 25.11%
G = 25.57%
B = 49.32%

CMYK

 C value IS 0.49

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6F71DA (or 0x6F71DA) is known color: Medium Slate Blue. HEX triplet: 6F, 71 and DA. RGB value is (111,113,218). Sum of RGB (Red+Green+Blue) = 111+113+218=442 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.11% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #6F71DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F71DA is #908E25. Grayscale: #7B7B7B. Windows color (decimal): -9473574 or 14315887. OLE color: 14315887.

HSL color Cylindrical-coordinate representation of color #6F71DA: hue angle of 238.88º 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 #6F71DA is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 111 113 218 -
CMYK 0.49 0.48 0 0.15
HSL 238.88º 0.59% 0.65% -
HSV(B) 238.88º 0.49% 0.85% -
XYZ 25.12 20.25 68.91 -
YUV 124.37 180.84 118.46 -
System Red Green Blue C M Y K H S L
Decimal 111 113 218 0.49 0.48 0 0.15 238.88 0.59 0.65
Hex 6F 71 DA 31 30 0 F EF 3B 41
Octal 157 161 332 61 60 0 17 357 73 101
Binary 1101111 1110001 11011010 110001 110000 0 1111 11101111 111011 1000001

Color Harmonies of #6F71DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F71DA

Black with #6F71DA

Text Example


Text Example

White with #6F71DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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