Html Css Color HEX #6C60DB Slate Blue

📋 copy color: '#6C60DB'

red 108 ◦ green 96 ◦ blue 219

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

Shades of Slate Blue #6C60DB

Tints of Slate Blue #6C60DB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.7%

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

R = 25.53%
G = 22.7%
B = 51.77%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6C60DB (or 0x6C60DB) is known color: Slate Blue. HEX triplet: 6C, 60 and DB. RGB value is (108,96,219). Sum of RGB (Red+Green+Blue) = 108+96+219=423 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.53% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #6C60DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C60DB is #939F24. Grayscale: #717171. Windows color (decimal): -9674533 or 14377068. OLE color: 14377068.

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

Color convert

RGB 108 96 219 -
CMYK 0.51 0.56 0 0.14
HSL 245.85º 0.63% 0.62% -
HSV(B) 245.85º 0.56% 0.86% -
XYZ 23.15 16.67 69.01 -
YUV 113.61 187.48 124 -
System Red Green Blue C M Y K H S L
Decimal 108 96 219 0.51 0.56 0 0.14 245.85 0.63 0.62
Hex 6C 60 DB 33 38 0 E F6 3F 3E
Octal 154 140 333 63 70 0 16 366 77 76
Binary 1101100 1100000 11011011 110011 111000 0 1110 11110110 111111 111110

Color Harmonies of #6C60DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C60DB

Black with #6C60DB

Text Example


Text Example

White with #6C60DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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