Html Css Color HEX #6269FA Medium Slate Blue

📋 copy color: '#6269FA'

red 98 ◦ green 105 ◦ blue 250

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

Shades of Medium Slate Blue #6269FA

Tints of Medium Slate Blue #6269FA

RGB

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

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

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

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

CMYK

 C value IS 0.61

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6269FA (or 0x6269FA) is known color: Medium Slate Blue. HEX triplet: 62, 69 and FA. RGB value is (98,105,250). Sum of RGB (Red+Green+Blue) = 98+105+250=453 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.63% from 453); Green value is 105 (41.41% from 255 or 23.18% 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 #6269FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6269FA is #9D9605. Grayscale: #767676. Windows color (decimal): -10327558 or 16410978. OLE color: 16410978.

HSL color Cylindrical-coordinate representation of color #6269FA: hue angle of 237.24º 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 #6269FA is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 98 105 250 -
CMYK 0.61 0.58 0 0.02
HSL 237.24º 0.94% 0.68% -
HSV(B) 237.24º 0.61% 0.98% -
XYZ 27.34 19.6 92.78 -
YUV 119.44 201.68 112.71 -
System Red Green Blue C M Y K H S L
Decimal 98 105 250 0.61 0.58 0 0.02 237.24 0.94 0.68
Hex 62 69 FA 3D 3A 0 2 ED 5E 44
Octal 142 151 372 75 72 0 2 355 136 104
Binary 1100010 1101001 11111010 111101 111010 0 10 11101101 1011110 1000100

Color Harmonies of #6269FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6269FA

Black with #6269FA

Text Example


Text Example

White with #6269FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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