Html Css Color HEX #6858BF Slate Blue

📋 copy color: '#6858BF'

red 104 ◦ green 88 ◦ blue 191

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

Shades of Slate Blue #6858BF

Tints of Slate Blue #6858BF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.98%

 BLUE value IS 191 (75% from 255) = 49.87%

R = 27.15%
G = 22.98%
B = 49.87%

CMYK

 C value IS 0.46

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6858BF (or 0x6858BF) is known color: Slate Blue. HEX triplet: 68, 58 and BF. RGB value is (104,88,191). Sum of RGB (Red+Green+Blue) = 104+88+191=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #6858BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6858BF is #97A740. Grayscale: #686868. Windows color (decimal): -9938753 or 12540008. OLE color: 12540008.

HSL color Cylindrical-coordinate representation of color #6858BF: hue angle of 249.32º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6858BF is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 88 191 -
CMYK 0.46 0.54 0 0.25
HSL 249.32º 0.45% 0.55% -
HSV(B) 249.32º 0.54% 0.75% -
XYZ 18.6 13.68 50.95 -
YUV 104.53 176.8 127.62 -
System Red Green Blue C M Y K H S L
Decimal 104 88 191 0.46 0.54 0 0.25 249.32 0.45 0.55
Hex 68 58 BF 2E 36 0 19 F9 2D 37
Octal 150 130 277 56 66 0 31 371 55 67
Binary 1101000 1011000 10111111 101110 110110 0 11001 11111001 101101 110111

Color Harmonies of #6858BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6858BF

Black with #6858BF

Text Example


Text Example

White with #6858BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6858BF; }

 p { color: rgb(104,88,191); }

 H1.HeaderClassName
 {
   color: #6858BF;
 }
 .AnyTagClassName
 {
   color: #6858BF;
 }
</style>

background-color css

<style>
 a { background-color: #6858BF; }

 a { background-color: rgb(104,88,191); }

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

border-color css

<style>
 span { border-color: #6858BF; }

 span { border-color: rgb(104,88,191); }

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