Html Css Color HEX #6266FC Medium Slate Blue

📋 copy color: '#6266FC'

red 98 ◦ green 102 ◦ blue 252

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

Shades of Medium Slate Blue #6266FC

Tints of Medium Slate Blue #6266FC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.57%

 BLUE value IS 252 (98.83% from 255) = 55.75%

R = 21.68%
G = 22.57%
B = 55.75%

CMYK

 C value IS 0.61

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6266FC (or 0x6266FC) is known color: Medium Slate Blue. HEX triplet: 62, 66 and FC. RGB value is (98,102,252). Sum of RGB (Red+Green+Blue) = 98+102+252=452 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.68% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #6266FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6266FC is #9D9903. Grayscale: #757575. Windows color (decimal): -10328324 or 16541282. OLE color: 16541282.

HSL color Cylindrical-coordinate representation of color #6266FC: hue angle of 238.44º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6266FC is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 98 102 252 -
CMYK 0.61 0.60 0 0.01
HSL 238.44º 0.96% 0.69% -
HSV(B) 238.44º 0.61% 0.99% -
XYZ 27.36 19.13 94.35 -
YUV 117.9 203.67 113.8 -
System Red Green Blue C M Y K H S L
Decimal 98 102 252 0.61 0.60 0 0.01 238.44 0.96 0.69
Hex 62 66 FC 3D 3C 0 1 EE 60 45
Octal 142 146 374 75 74 0 1 356 140 105
Binary 1100010 1100110 11111100 111101 111100 0 1 11101110 1100000 1000101

Color Harmonies of #6266FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6266FC

Black with #6266FC

Text Example


Text Example

White with #6266FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6266FC; }

 p { color: rgb(98,102,252); }

 H1.HeaderClassName
 {
   color: #6266FC;
 }
 .AnyTagClassName
 {
   color: #6266FC;
 }
</style>

background-color css

<style>
 a { background-color: #6266FC; }

 a { background-color: rgb(98,102,252); }

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

border-color css

<style>
 span { border-color: #6266FC; }

 span { border-color: rgb(98,102,252); }

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