Html Css Color HEX #6962FA Medium Slate Blue

📋 copy color: '#6962FA'

red 105 ◦ green 98 ◦ blue 250

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

Shades of Medium Slate Blue #6962FA

Tints of Medium Slate Blue #6962FA

RGB

 RED value IS 105 (41.41% from 255) = 23.18%

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

 BLUE value IS 250 (98.05% from 255) = 55.19%

R = 23.18%
G = 21.63%
B = 55.19%

CMYK

 C value IS 0.58

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6962FA (or 0x6962FA) is known color: Medium Slate Blue. HEX triplet: 69, 62 and FA. RGB value is (105,98,250). Sum of RGB (Red+Green+Blue) = 105+98+250=453 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.18% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #6962FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6962FA is #969D05. Grayscale: #747474. Windows color (decimal): -9870598 or 16409193. OLE color: 16409193.

HSL color Cylindrical-coordinate representation of color #6962FA: hue angle of 242.76º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6962FA is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 105 98 250 -
CMYK 0.58 0.61 0 0.02
HSL 242.76º 0.94% 0.68% -
HSV(B) 242.76º 0.61% 0.98% -
XYZ 27.45 18.64 92.59 -
YUV 117.42 202.82 119.14 -
System Red Green Blue C M Y K H S L
Decimal 105 98 250 0.58 0.61 0 0.02 242.76 0.94 0.68
Hex 69 62 FA 3A 3D 0 2 F3 5E 44
Octal 151 142 372 72 75 0 2 363 136 104
Binary 1101001 1100010 11111010 111010 111101 0 10 11110011 1011110 1000100

Color Harmonies of #6962FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6962FA

Black with #6962FA

Text Example


Text Example

White with #6962FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6962FA; }

 p { color: rgb(105,98,250); }

 H1.HeaderClassName
 {
   color: #6962FA;
 }
 .AnyTagClassName
 {
   color: #6962FA;
 }
</style>

background-color css

<style>
 a { background-color: #6962FA; }

 a { background-color: rgb(105,98,250); }

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

border-color css

<style>
 span { border-color: #6962FA; }

 span { border-color: rgb(105,98,250); }

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