Html Css Color HEX #6F58DF Slate Blue

📋 copy color: '#6F58DF'

red 111 ◦ green 88 ◦ blue 223

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

Shades of Slate Blue #6F58DF

Tints of Slate Blue #6F58DF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.85%

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

R = 26.3%
G = 20.85%
B = 52.84%

CMYK

 C value IS 0.50

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6F58DF (or 0x6F58DF) is known color: Slate Blue. HEX triplet: 6F, 58 and DF. RGB value is (111,88,223). Sum of RGB (Red+Green+Blue) = 111+88+223=422 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.30% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #6F58DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F58DF is #90A720. Grayscale: #6D6D6D. Windows color (decimal): -9479969 or 14637167. OLE color: 14637167.

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

Color convert

RGB 111 88 223 -
CMYK 0.50 0.61 0 0.13
HSL 250.22º 0.68% 0.61% -
HSV(B) 250.22º 0.61% 0.87% -
XYZ 23.36 15.69 71.61 -
YUV 110.27 191.62 128.52 -
System Red Green Blue C M Y K H S L
Decimal 111 88 223 0.50 0.61 0 0.13 250.22 0.68 0.61
Hex 6F 58 DF 32 3D 0 D FA 44 3D
Octal 157 130 337 62 75 0 15 372 104 75
Binary 1101111 1011000 11011111 110010 111101 0 1101 11111010 1000100 111101

Color Harmonies of #6F58DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F58DF

Black with #6F58DF

Text Example


Text Example

White with #6F58DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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