Html Css Color HEX #6F59DF Slate Blue

📋 copy color: '#6F59DF'

red 111 ◦ green 89 ◦ blue 223

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

Shades of Slate Blue #6F59DF

Tints of Slate Blue #6F59DF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.04%

 BLUE value IS 223 (87.5% from 255) = 52.72%

R = 26.24%
G = 21.04%
B = 52.72%

CMYK

 C value IS 0.50

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6F59DF (or 0x6F59DF) is known color: Slate Blue. HEX triplet: 6F, 59 and DF. RGB value is (111,89,223). Sum of RGB (Red+Green+Blue) = 111+89+223=423 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.24% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #6F59DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F59DF is #90A620. Grayscale: #6E6E6E. Windows color (decimal): -9479713 or 14637423. OLE color: 14637423.

HSL color Cylindrical-coordinate representation of color #6F59DF: hue angle of 249.85º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F59DF is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 89 223 -
CMYK 0.50 0.60 0 0.13
HSL 249.85º 0.68% 0.61% -
HSV(B) 249.85º 0.6% 0.87% -
XYZ 23.45 15.85 71.64 -
YUV 110.85 191.29 128.1 -
System Red Green Blue C M Y K H S L
Decimal 111 89 223 0.50 0.60 0 0.13 249.85 0.68 0.61
Hex 6F 59 DF 32 3C 0 D FA 44 3D
Octal 157 131 337 62 74 0 15 372 104 75
Binary 1101111 1011001 11011111 110010 111100 0 1101 11111010 1000100 111101

Color Harmonies of #6F59DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F59DF

Black with #6F59DF

Text Example


Text Example

White with #6F59DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,89,223); }

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

background-color css

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

 a { background-color: rgb(111,89,223); }

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

border-color css

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

 span { border-color: rgb(111,89,223); }

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