Html Css Color HEX #6C48DB Slate Blue

📋 copy color: '#6C48DB'

red 108 ◦ green 72 ◦ blue 219

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

Shades of Slate Blue #6C48DB

Tints of Slate Blue #6C48DB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.05%

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

R = 27.07%
G = 18.05%
B = 54.89%

CMYK

 C value IS 0.51

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6C48DB (or 0x6C48DB) is known color: Slate Blue. HEX triplet: 6C, 48 and DB. RGB value is (108,72,219). Sum of RGB (Red+Green+Blue) = 108+72+219=399 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.07% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #6C48DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C48DB is #93B724. Grayscale: #626262. Windows color (decimal): -9680677 or 14370924. OLE color: 14370924.

HSL color Cylindrical-coordinate representation of color #6C48DB: hue angle of 254.69º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C48DB is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 72 219 -
CMYK 0.51 0.67 0 0.14
HSL 254.69º 0.67% 0.57% -
HSV(B) 254.69º 0.67% 0.86% -
XYZ 21.29 12.94 68.39 -
YUV 99.52 195.43 134.05 -
System Red Green Blue C M Y K H S L
Decimal 108 72 219 0.51 0.67 0 0.14 254.69 0.67 0.57
Hex 6C 48 DB 33 43 0 E FF 43 39
Octal 154 110 333 63 103 0 16 377 103 71
Binary 1101100 1001000 11011011 110011 1000011 0 1110 11111111 1000011 111001

Color Harmonies of #6C48DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C48DB

Black with #6C48DB

Text Example


Text Example

White with #6C48DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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