Html Css Color HEX #6C60CF Slate Blue

📋 copy color: '#6C60CF'

red 108 ◦ green 96 ◦ blue 207

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

Shades of Slate Blue #6C60CF

Tints of Slate Blue #6C60CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.36%

R = 26.28%
G = 23.36%
B = 50.36%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6C60CF (or 0x6C60CF) is known color: Slate Blue. HEX triplet: 6C, 60 and CF. RGB value is (108,96,207). Sum of RGB (Red+Green+Blue) = 108+96+207=411 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.28% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #6C60CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C60CF is #939F30. Grayscale: #6F6F6F. Windows color (decimal): -9674545 or 13590636. OLE color: 13590636.

HSL color Cylindrical-coordinate representation of color #6C60CF: hue angle of 246.49º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C60CF is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 108 96 207 -
CMYK 0.48 0.54 0 0.19
HSL 246.49º 0.54% 0.59% -
HSV(B) 246.49º 0.54% 0.81% -
XYZ 21.63 16.06 60.99 -
YUV 112.24 181.48 124.97 -
System Red Green Blue C M Y K H S L
Decimal 108 96 207 0.48 0.54 0 0.19 246.49 0.54 0.59
Hex 6C 60 CF 30 36 0 13 F6 36 3B
Octal 154 140 317 60 66 0 23 366 66 73
Binary 1101100 1100000 11001111 110000 110110 0 10011 11110110 110110 111011

Color Harmonies of #6C60CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C60CF

Black with #6C60CF

Text Example


Text Example

White with #6C60CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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