Html Css Color HEX #6F5FDC Slate Blue

📋 copy color: '#6F5FDC'

red 111 ◦ green 95 ◦ blue 220

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

Shades of Slate Blue #6F5FDC

Tints of Slate Blue #6F5FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.3%

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

R = 26.06%
G = 22.3%
B = 51.64%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6F5FDC (or 0x6F5FDC) is known color: Slate Blue. HEX triplet: 6F, 5F and DC. RGB value is (111,95,220). Sum of RGB (Red+Green+Blue) = 111+95+220=426 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.06% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #6F5FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F5FDC is #90A023. Grayscale: #717171. Windows color (decimal): -9478180 or 14442351. OLE color: 14442351.

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

Color convert

RGB 111 95 220 -
CMYK 0.50 0.57 0 0.14
HSL 247.68º 0.64% 0.62% -
HSV(B) 247.68º 0.57% 0.86% -
XYZ 23.57 16.73 69.7 -
YUV 114.03 187.8 125.84 -
System Red Green Blue C M Y K H S L
Decimal 111 95 220 0.50 0.57 0 0.14 247.68 0.64 0.62
Hex 6F 5F DC 32 39 0 E F8 40 3E
Octal 157 137 334 62 71 0 16 370 100 76
Binary 1101111 1011111 11011100 110010 111001 0 1110 11111000 1000000 111110

Color Harmonies of #6F5FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5FDC

Black with #6F5FDC

Text Example


Text Example

White with #6F5FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,95,220); }

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

background-color css

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

 a { background-color: rgb(111,95,220); }

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

border-color css

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

 span { border-color: rgb(111,95,220); }

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