Html Css Color HEX #6F58CB Slate Blue

📋 copy color: '#6F58CB'

red 111 ◦ green 88 ◦ blue 203

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

Shades of Slate Blue #6F58CB

Tints of Slate Blue #6F58CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.5%

R = 27.61%
G = 21.89%
B = 50.5%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6F58CB (or 0x6F58CB) is known color: Slate Blue. HEX triplet: 6F, 58 and CB. RGB value is (111,88,203). Sum of RGB (Red+Green+Blue) = 111+88+203=402 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.61% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F58CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F58CB is #90A734. Grayscale: #6B6B6B. Windows color (decimal): -9479989 or 13326447. OLE color: 13326447.

HSL color Cylindrical-coordinate representation of color #6F58CB: hue angle of 252º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F58CB is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 111 88 203 -
CMYK 0.45 0.57 0 0.20
HSL 252º 0.53% 0.57% -
HSV(B) 252º 0.57% 0.8% -
XYZ 20.82 14.67 58.23 -
YUV 107.99 181.62 130.15 -
System Red Green Blue C M Y K H S L
Decimal 111 88 203 0.45 0.57 0 0.20 252 0.53 0.57
Hex 6F 58 CB 2D 39 0 14 FC 35 39
Octal 157 130 313 55 71 0 24 374 65 71
Binary 1101111 1011000 11001011 101101 111001 0 10100 11111100 110101 111001

Color Harmonies of #6F58CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F58CB

Black with #6F58CB

Text Example


Text Example

White with #6F58CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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