Html Css Color HEX #6862BF Slate Blue

📋 copy color: '#6862BF'

red 104 ◦ green 98 ◦ blue 191

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

Shades of Slate Blue #6862BF

Tints of Slate Blue #6862BF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.94%

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

R = 26.46%
G = 24.94%
B = 48.6%

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

#6862BF (or 0x6862BF) is known color: Slate Blue. HEX triplet: 68, 62 and BF. RGB value is (104,98,191). Sum of RGB (Red+Green+Blue) = 104+98+191=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #6862BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6862BF is #979D40. Grayscale: #6E6E6E. Windows color (decimal): -9936193 or 12542568. OLE color: 12542568.

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

Color convert

RGB 104 98 191 -
CMYK 0.46 0.49 0 0.25
HSL 243.87º 0.42% 0.57% -
HSV(B) 243.87º 0.49% 0.75% -
XYZ 19.48 15.44 51.24 -
YUV 110.4 173.49 123.44 -
System Red Green Blue C M Y K H S L
Decimal 104 98 191 0.46 0.49 0 0.25 243.87 0.42 0.57
Hex 68 62 BF 2E 31 0 19 F4 2A 39
Octal 150 142 277 56 61 0 31 364 52 71
Binary 1101000 1100010 10111111 101110 110001 0 11001 11110100 101010 111001

Color Harmonies of #6862BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6862BF

Black with #6862BF

Text Example


Text Example

White with #6862BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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