Html Css Color HEX #6862FF Medium Slate Blue

📋 copy color: '#6862FF'

red 104 ◦ green 98 ◦ blue 255

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

Shades of Medium Slate Blue #6862FF

Tints of Medium Slate Blue #6862FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.8%

R = 22.76%
G = 21.44%
B = 55.8%

CMYK

 C value IS 0.59

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6862FF (or 0x6862FF) is known color: Medium Slate Blue. HEX triplet: 68, 62 and FF. RGB value is (104,98,255). Sum of RGB (Red+Green+Blue) = 104+98+255=457 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.76% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #6862FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6862FF is #979D00. Grayscale: #757575. Windows color (decimal): -9936129 or 16736872. OLE color: 16736872.

HSL color Cylindrical-coordinate representation of color #6862FF: hue angle of 242.29º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6862FF is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 104 98 255 -
CMYK 0.59 0.62 0 0
HSL 242.29º 1% 0.69% -
HSV(B) 242.29º 0.62% 1% -
XYZ 28.13 18.9 96.77 -
YUV 117.69 205.49 118.23 -
System Red Green Blue C M Y K H S L
Decimal 104 98 255 0.59 0.62 0 0 242.29 1 0.69
Hex 68 62 FF 3B 3E 0 0 F2 64 45
Octal 150 142 377 73 76 0 0 362 144 105
Binary 1101000 1100010 11111111 111011 111110 0 0 11110010 1100100 1000101

Color Harmonies of #6862FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6862FF

Black with #6862FF

Text Example


Text Example

White with #6862FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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