Html Css Color HEX #6F58E2 Slate Blue

📋 copy color: '#6F58E2'

red 111 ◦ green 88 ◦ blue 226

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

Shades of Slate Blue #6F58E2

Tints of Slate Blue #6F58E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 53.18%

R = 26.12%
G = 20.71%
B = 53.18%

CMYK

 C value IS 0.51

 M value IS 0.61

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6F58E2 (or 0x6F58E2) is known color: Slate Blue. HEX triplet: 6F, 58 and E2. RGB value is (111,88,226). Sum of RGB (Red+Green+Blue) = 111+88+226=425 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.12% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 226 (88.67% from 255 or 53.18% from 425); Max value from RGB is 226 - color contains mainly: blue. Hex color #6F58E2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F58E2 is #90A71D. Grayscale: #6E6E6E. Windows color (decimal): -9479966 or 14833775. OLE color: 14833775.

HSL color Cylindrical-coordinate representation of color #6F58E2: hue angle of 250º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6F58E2 is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 111 88 226 -
CMYK 0.51 0.61 0 0.11
HSL 250º 0.7% 0.62% -
HSV(B) 250º 0.61% 0.89% -
XYZ 23.77 15.85 73.76 -
YUV 110.61 193.12 128.28 -
System Red Green Blue C M Y K H S L
Decimal 111 88 226 0.51 0.61 0 0.11 250 0.7 0.62
Hex 6F 58 E2 33 3D 0 B FA 46 3E
Octal 157 130 342 63 75 0 13 372 106 76
Binary 1101111 1011000 11100010 110011 111101 0 1011 11111010 1000110 111110

Color Harmonies of #6F58E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F58E2

Black with #6F58E2

Text Example


Text Example

White with #6F58E2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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