Html Css Color HEX #6476FF Medium Slate Blue

📋 copy color: '#6476FF'

red 100 ◦ green 118 ◦ blue 255

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

Shades of Medium Slate Blue #6476FF

Tints of Medium Slate Blue #6476FF

RGB

 RED value IS 100 (39.45% from 255) = 21.14%

 GREEN value IS 118 (46.48% from 255) = 24.95%

 BLUE value IS 255 (100% from 255) = 53.91%

R = 21.14%
G = 24.95%
B = 53.91%

CMYK

 C value IS 0.61

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6476FF (or 0x6476FF) is known color: Medium Slate Blue. HEX triplet: 64, 76 and FF. RGB value is (100,118,255). Sum of RGB (Red+Green+Blue) = 100+118+255=473 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.14% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #6476FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6476FF is #9B8900. Grayscale: #7F7F7F. Windows color (decimal): -10193153 or 16741988. OLE color: 16741988.

HSL color Cylindrical-coordinate representation of color #6476FF: hue angle of 233.03º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6476FF is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 100 118 255 -
CMYK 0.61 0.54 0 0
HSL 233.03º 1% 0.7% -
HSV(B) 233.03º 0.61% 1% -
XYZ 29.78 22.89 97.46 -
YUV 128.24 199.54 107.86 -
System Red Green Blue C M Y K H S L
Decimal 100 118 255 0.61 0.54 0 0 233.03 1 0.7
Hex 64 76 FF 3D 36 0 0 E9 64 46
Octal 144 166 377 75 66 0 0 351 144 106
Binary 1100100 1110110 11111111 111101 110110 0 0 11101001 1100100 1000110

Color Harmonies of #6476FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6476FF

Black with #6476FF

Text Example


Text Example

White with #6476FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6476FF; }

 p { color: rgb(100,118,255); }

 H1.HeaderClassName
 {
   color: #6476FF;
 }
 .AnyTagClassName
 {
   color: #6476FF;
 }
</style>

background-color css

<style>
 a { background-color: #6476FF; }

 a { background-color: rgb(100,118,255); }

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

border-color css

<style>
 span { border-color: #6476FF; }

 span { border-color: rgb(100,118,255); }

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