Html Css Color HEX #6C58DB Slate Blue

📋 copy color: '#6C58DB'

red 108 ◦ green 88 ◦ blue 219

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

Shades of Slate Blue #6C58DB

Tints of Slate Blue #6C58DB

RGB

 RED value IS 108 (42.58% from 255) = 26.02%

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

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

R = 26.02%
G = 21.2%
B = 52.77%

CMYK

 C value IS 0.51

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6C58DB (or 0x6C58DB) is known color: Slate Blue. HEX triplet: 6C, 58 and DB. RGB value is (108,88,219). Sum of RGB (Red+Green+Blue) = 108+88+219=415 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.02% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #6C58DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C58DB is #93A724. Grayscale: #6C6C6C. Windows color (decimal): -9676581 or 14375020. OLE color: 14375020.

HSL color Cylindrical-coordinate representation of color #6C58DB: hue angle of 249.16º 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 #6C58DB is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 88 219 -
CMYK 0.51 0.60 0 0.14
HSL 249.16º 0.65% 0.6% -
HSV(B) 249.16º 0.6% 0.86% -
XYZ 22.46 15.28 68.78 -
YUV 108.91 190.13 127.35 -
System Red Green Blue C M Y K H S L
Decimal 108 88 219 0.51 0.60 0 0.14 249.16 0.65 0.6
Hex 6C 58 DB 33 3C 0 E F9 41 3C
Octal 154 130 333 63 74 0 16 371 101 74
Binary 1101100 1011000 11011011 110011 111100 0 1110 11111001 1000001 111100

Color Harmonies of #6C58DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C58DB

Black with #6C58DB

Text Example


Text Example

White with #6C58DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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