Html Css Color HEX #6861BF Slate Blue

📋 copy color: '#6861BF'

red 104 ◦ green 97 ◦ blue 191

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

Shades of Slate Blue #6861BF

Tints of Slate Blue #6861BF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.74%

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

R = 26.53%
G = 24.74%
B = 48.72%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6861BF (or 0x6861BF) is known color: Slate Blue. HEX triplet: 68, 61 and BF. RGB value is (104,97,191). Sum of RGB (Red+Green+Blue) = 104+97+191=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #6861BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6861BF is #979E40. Grayscale: #6D6D6D. Windows color (decimal): -9936449 or 12542312. OLE color: 12542312.

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

Color convert

RGB 104 97 191 -
CMYK 0.46 0.49 0 0.25
HSL 244.47º 0.42% 0.56% -
HSV(B) 244.47º 0.49% 0.75% -
XYZ 19.39 15.25 51.21 -
YUV 109.81 173.82 123.86 -
System Red Green Blue C M Y K H S L
Decimal 104 97 191 0.46 0.49 0 0.25 244.47 0.42 0.56
Hex 68 61 BF 2E 31 0 19 F4 2A 38
Octal 150 141 277 56 61 0 31 364 52 70
Binary 1101000 1100001 10111111 101110 110001 0 11001 11110100 101010 111000

Color Harmonies of #6861BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6861BF

Black with #6861BF

Text Example


Text Example

White with #6861BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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