Html Css Color HEX #6275FD Medium Slate Blue

📋 copy color: '#6275FD'

red 98 ◦ green 117 ◦ blue 253

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

Shades of Medium Slate Blue #6275FD

Tints of Medium Slate Blue #6275FD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25%

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

R = 20.94%
G = 25%
B = 54.06%

CMYK

 C value IS 0.61

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6275FD (or 0x6275FD) is known color: Medium Slate Blue. HEX triplet: 62, 75 and FD. RGB value is (98,117,253). Sum of RGB (Red+Green+Blue) = 98+117+253=468 (61% of max value = 765). Red value is 98 (38.67% from 255 or 20.94% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #6275FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6275FD is #9D8A02. Grayscale: #7E7E7E. Windows color (decimal): -10324483 or 16610658. OLE color: 16610658.

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

Color convert

RGB 98 117 253 -
CMYK 0.61 0.54 0 0.01
HSL 232.65º 0.97% 0.69% -
HSV(B) 232.65º 0.61% 0.99% -
XYZ 29.13 22.41 95.72 -
YUV 126.82 199.21 107.44 -
System Red Green Blue C M Y K H S L
Decimal 98 117 253 0.61 0.54 0 0.01 232.65 0.97 0.69
Hex 62 75 FD 3D 36 0 1 E9 61 45
Octal 142 165 375 75 66 0 1 351 141 105
Binary 1100010 1110101 11111101 111101 110110 0 1 11101001 1100001 1000101

Color Harmonies of #6275FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6275FD

Black with #6275FD

Text Example


Text Example

White with #6275FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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