Html Css Color HEX #6C60DA Slate Blue

📋 copy color: '#6C60DA'

red 108 ◦ green 96 ◦ blue 218

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

Shades of Slate Blue #6C60DA

Tints of Slate Blue #6C60DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.66%

R = 25.59%
G = 22.75%
B = 51.66%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6C60DA (or 0x6C60DA) is known color: Slate Blue. HEX triplet: 6C, 60 and DA. RGB value is (108,96,218). Sum of RGB (Red+Green+Blue) = 108+96+218=422 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.59% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #6C60DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C60DA is #939F25. Grayscale: #717171. Windows color (decimal): -9674534 or 14311532. OLE color: 14311532.

HSL color Cylindrical-coordinate representation of color #6C60DA: hue angle of 245.9º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C60DA is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 108 96 218 -
CMYK 0.50 0.56 0 0.15
HSL 245.9º 0.62% 0.62% -
HSV(B) 245.9º 0.56% 0.85% -
XYZ 23.02 16.62 68.32 -
YUV 113.5 186.98 124.08 -
System Red Green Blue C M Y K H S L
Decimal 108 96 218 0.50 0.56 0 0.15 245.9 0.62 0.62
Hex 6C 60 DA 32 38 0 F F6 3E 3E
Octal 154 140 332 62 70 0 17 366 76 76
Binary 1101100 1100000 11011010 110010 111000 0 1111 11110110 111110 111110

Color Harmonies of #6C60DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C60DA

Black with #6C60DA

Text Example


Text Example

White with #6C60DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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