Html Css Color HEX #6A58CB Slate Blue

📋 copy color: '#6A58CB'

red 106 ◦ green 88 ◦ blue 203

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

Shades of Slate Blue #6A58CB

Tints of Slate Blue #6A58CB

RGB

 RED value IS 106 (41.8% from 255) = 26.7%

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

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

R = 26.7%
G = 22.17%
B = 51.13%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6A58CB (or 0x6A58CB) is known color: Slate Blue. HEX triplet: 6A, 58 and CB. RGB value is (106,88,203). Sum of RGB (Red+Green+Blue) = 106+88+203=397 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.70% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #6A58CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A58CB is #95A734. Grayscale: #6A6A6A. Windows color (decimal): -9807669 or 13326442. OLE color: 13326442.

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

Color convert

RGB 106 88 203 -
CMYK 0.48 0.57 0 0.20
HSL 249.39º 0.53% 0.57% -
HSV(B) 249.39º 0.57% 0.8% -
XYZ 20.21 14.36 58.21 -
YUV 106.49 182.46 127.65 -
System Red Green Blue C M Y K H S L
Decimal 106 88 203 0.48 0.57 0 0.20 249.39 0.53 0.57
Hex 6A 58 CB 30 39 0 14 F9 35 39
Octal 152 130 313 60 71 0 24 371 65 71
Binary 1101010 1011000 11001011 110000 111001 0 10100 11111001 110101 111001

Color Harmonies of #6A58CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A58CB

Black with #6A58CB

Text Example


Text Example

White with #6A58CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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