Html Css Color HEX #6E60CF Slate Blue

📋 copy color: '#6E60CF'

red 110 ◦ green 96 ◦ blue 207

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

Shades of Slate Blue #6E60CF

Tints of Slate Blue #6E60CF

RGB

 RED value IS 110 (43.36% from 255) = 26.63%

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

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

R = 26.63%
G = 23.24%
B = 50.12%

CMYK

 C value IS 0.47

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E60CF (or 0x6E60CF) is known color: Slate Blue. HEX triplet: 6E, 60 and CF. RGB value is (110,96,207). Sum of RGB (Red+Green+Blue) = 110+96+207=413 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.63% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E60CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E60CF is #919F30. Grayscale: #707070. Windows color (decimal): -9543473 or 13590638. OLE color: 13590638.

HSL color Cylindrical-coordinate representation of color #6E60CF: hue angle of 247.57º 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 #6E60CF is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 110 96 207 -
CMYK 0.47 0.54 0 0.19
HSL 247.57º 0.54% 0.59% -
HSV(B) 247.57º 0.54% 0.81% -
XYZ 21.88 16.19 61 -
YUV 112.84 181.14 125.97 -
System Red Green Blue C M Y K H S L
Decimal 110 96 207 0.47 0.54 0 0.19 247.57 0.54 0.59
Hex 6E 60 CF 2F 36 0 13 F8 36 3B
Octal 156 140 317 57 66 0 23 370 66 73
Binary 1101110 1100000 11001111 101111 110110 0 10011 11111000 110110 111011

Color Harmonies of #6E60CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E60CF

Black with #6E60CF

Text Example


Text Example

White with #6E60CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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