Html Css Color HEX #6F58CF Slate Blue

📋 copy color: '#6F58CF'

red 111 ◦ green 88 ◦ blue 207

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

Shades of Slate Blue #6F58CF

Tints of Slate Blue #6F58CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.99%

R = 27.34%
G = 21.67%
B = 50.99%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6F58CF (or 0x6F58CF) is known color: Slate Blue. HEX triplet: 6F, 58 and CF. RGB value is (111,88,207). Sum of RGB (Red+Green+Blue) = 111+88+207=406 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.34% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F58CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F58CF is #90A730. Grayscale: #6B6B6B. Windows color (decimal): -9479985 or 13588591. OLE color: 13588591.

HSL color Cylindrical-coordinate representation of color #6F58CF: hue angle of 251.6º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F58CF is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 111 88 207 -
CMYK 0.46 0.57 0 0.19
HSL 251.6º 0.55% 0.58% -
HSV(B) 251.6º 0.57% 0.81% -
XYZ 21.31 14.86 60.78 -
YUV 108.44 183.62 129.82 -
System Red Green Blue C M Y K H S L
Decimal 111 88 207 0.46 0.57 0 0.19 251.6 0.55 0.58
Hex 6F 58 CF 2E 39 0 13 FC 37 3A
Octal 157 130 317 56 71 0 23 374 67 72
Binary 1101111 1011000 11001111 101110 111001 0 10011 11111100 110111 111010

Color Harmonies of #6F58CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F58CF

Black with #6F58CF

Text Example


Text Example

White with #6F58CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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