Html Css Color HEX #6A58DB Slate Blue

📋 copy color: '#6A58DB'

red 106 ◦ green 88 ◦ blue 219

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

Shades of Slate Blue #6A58DB

Tints of Slate Blue #6A58DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.03%

R = 25.67%
G = 21.31%
B = 53.03%

CMYK

 C value IS 0.52

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6A58DB (or 0x6A58DB) is known color: Slate Blue. HEX triplet: 6A, 58 and DB. RGB value is (106,88,219). Sum of RGB (Red+Green+Blue) = 106+88+219=413 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.67% from 413); Green value is 88 (34.77% from 255 or 21.31% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A58DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A58DB is #95A724. Grayscale: #6B6B6B. Windows color (decimal): -9807653 or 14375018. OLE color: 14375018.

HSL color Cylindrical-coordinate representation of color #6A58DB: hue angle of 248.24º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6A58DB is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 88 219 -
CMYK 0.52 0.60 0 0.14
HSL 248.24º 0.65% 0.6% -
HSV(B) 248.24º 0.6% 0.86% -
XYZ 22.22 15.16 68.77 -
YUV 108.32 190.46 126.35 -
System Red Green Blue C M Y K H S L
Decimal 106 88 219 0.52 0.60 0 0.14 248.24 0.65 0.6
Hex 6A 58 DB 34 3C 0 E F8 41 3C
Octal 152 130 333 64 74 0 16 370 101 74
Binary 1101010 1011000 11011011 110100 111100 0 1110 11111000 1000001 111100

Color Harmonies of #6A58DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A58DB

Black with #6A58DB

Text Example


Text Example

White with #6A58DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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