Html Css Color HEX #6859CF Slate Blue

📋 copy color: '#6859CF'

red 104 ◦ green 89 ◦ blue 207

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

Shades of Slate Blue #6859CF

Tints of Slate Blue #6859CF

RGB

 RED value IS 104 (41.02% from 255) = 26%

 GREEN value IS 89 (35.16% from 255) = 22.25%

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

R = 26%
G = 22.25%
B = 51.75%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6859CF (or 0x6859CF) is known color: Slate Blue. HEX triplet: 68, 59 and CF. RGB value is (104,89,207). Sum of RGB (Red+Green+Blue) = 104+89+207=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #6859CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6859CF is #97A630. Grayscale: #6A6A6A. Windows color (decimal): -9938481 or 13588840. OLE color: 13588840.

HSL color Cylindrical-coordinate representation of color #6859CF: hue angle of 247.63º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6859CF is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 89 207 -
CMYK 0.50 0.57 0 0.19
HSL 247.63º 0.55% 0.58% -
HSV(B) 247.63º 0.57% 0.81% -
XYZ 20.54 14.59 60.77 -
YUV 106.94 184.47 125.91 -
System Red Green Blue C M Y K H S L
Decimal 104 89 207 0.50 0.57 0 0.19 247.63 0.55 0.58
Hex 68 59 CF 32 39 0 13 F8 37 3A
Octal 150 131 317 62 71 0 23 370 67 72
Binary 1101000 1011001 11001111 110010 111001 0 10011 11111000 110111 111010

Color Harmonies of #6859CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6859CF

Black with #6859CF

Text Example


Text Example

White with #6859CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6859CF; }

 p { color: rgb(104,89,207); }

 H1.HeaderClassName
 {
   color: #6859CF;
 }
 .AnyTagClassName
 {
   color: #6859CF;
 }
</style>

background-color css

<style>
 a { background-color: #6859CF; }

 a { background-color: rgb(104,89,207); }

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

border-color css

<style>
 span { border-color: #6859CF; }

 span { border-color: rgb(104,89,207); }

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