Html Css Color HEX #6268FD Medium Slate Blue

📋 copy color: '#6268FD'

red 98 ◦ green 104 ◦ blue 253

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

Shades of Medium Slate Blue #6268FD

Tints of Medium Slate Blue #6268FD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.86%

 BLUE value IS 253 (99.22% from 255) = 55.6%

R = 21.54%
G = 22.86%
B = 55.6%

CMYK

 C value IS 0.61

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6268FD (or 0x6268FD) is known color: Medium Slate Blue. HEX triplet: 62, 68 and FD. RGB value is (98,104,253). Sum of RGB (Red+Green+Blue) = 98+104+253=455 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.54% from 455); Green value is 104 (41.02% from 255 or 22.86% from 455); Blue value is 253 (99.22% from 255 or 55.60% from 455); Max value from RGB is 253 - color contains mainly: blue. Hex color #6268FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6268FD is #9D9702. Grayscale: #767676. Windows color (decimal): -10327811 or 16607330. OLE color: 16607330.

HSL color Cylindrical-coordinate representation of color #6268FD: hue angle of 237.68º degrees, saturation: 0.97, 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 #6268FD is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 98 104 253 -
CMYK 0.61 0.59 0 0.01
HSL 237.68º 0.97% 0.69% -
HSV(B) 237.68º 0.61% 0.99% -
XYZ 27.72 19.59 95.25 -
YUV 119.19 203.51 112.88 -
System Red Green Blue C M Y K H S L
Decimal 98 104 253 0.61 0.59 0 0.01 237.68 0.97 0.69
Hex 62 68 FD 3D 3B 0 1 EE 61 45
Octal 142 150 375 75 73 0 1 356 141 105
Binary 1100010 1101000 11111101 111101 111011 0 1 11101110 1100001 1000101

Color Harmonies of #6268FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6268FD

Black with #6268FD

Text Example


Text Example

White with #6268FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6268FD; }

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

 H1.HeaderClassName
 {
   color: #6268FD;
 }
 .AnyTagClassName
 {
   color: #6268FD;
 }
</style>

background-color css

<style>
 a { background-color: #6268FD; }

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

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

border-color css

<style>
 span { border-color: #6268FD; }

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

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