Html Css Color HEX #6D58CB Slate Blue

📋 copy color: '#6D58CB'

red 109 ◦ green 88 ◦ blue 203

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

Shades of Slate Blue #6D58CB

Tints of Slate Blue #6D58CB

RGB

 RED value IS 109 (42.97% from 255) = 27.25%

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

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

R = 27.25%
G = 22%
B = 50.75%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6D58CB (or 0x6D58CB) is known color: Slate Blue. HEX triplet: 6D, 58 and CB. RGB value is (109,88,203). Sum of RGB (Red+Green+Blue) = 109+88+203=400 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.25% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #6D58CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D58CB is #92A734. Grayscale: #6A6A6A. Windows color (decimal): -9611061 or 13326445. OLE color: 13326445.

HSL color Cylindrical-coordinate representation of color #6D58CB: hue angle of 250.96º 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 #6D58CB is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 109 88 203 -
CMYK 0.46 0.57 0 0.20
HSL 250.96º 0.53% 0.57% -
HSV(B) 250.96º 0.57% 0.8% -
XYZ 20.58 14.54 58.22 -
YUV 107.39 181.96 129.15 -
System Red Green Blue C M Y K H S L
Decimal 109 88 203 0.46 0.57 0 0.20 250.96 0.53 0.57
Hex 6D 58 CB 2E 39 0 14 FB 35 39
Octal 155 130 313 56 71 0 24 373 65 71
Binary 1101101 1011000 11001011 101110 111001 0 10100 11111011 110101 111001

Color Harmonies of #6D58CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D58CB

Black with #6D58CB

Text Example


Text Example

White with #6D58CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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