Html Css Color HEX #6472FF Medium Slate Blue

📋 copy color: '#6472FF'

red 100 ◦ green 114 ◦ blue 255

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

Shades of Medium Slate Blue #6472FF

Tints of Medium Slate Blue #6472FF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.31%

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

R = 21.32%
G = 24.31%
B = 54.37%

CMYK

 C value IS 0.61

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6472FF (or 0x6472FF) is known color: Medium Slate Blue. HEX triplet: 64, 72 and FF. RGB value is (100,114,255). Sum of RGB (Red+Green+Blue) = 100+114+255=469 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.32% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #6472FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6472FF is #9B8D00. Grayscale: #7D7D7D. Windows color (decimal): -10194177 or 16740964. OLE color: 16740964.

HSL color Cylindrical-coordinate representation of color #6472FF: hue angle of 234.58º 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 #6472FF is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 100 114 255 -
CMYK 0.61 0.55 0 0
HSL 234.58º 1% 0.7% -
HSV(B) 234.58º 0.61% 1% -
XYZ 29.32 21.96 97.3 -
YUV 125.89 200.86 109.54 -
System Red Green Blue C M Y K H S L
Decimal 100 114 255 0.61 0.55 0 0 234.58 1 0.7
Hex 64 72 FF 3D 37 0 0 EB 64 46
Octal 144 162 377 75 67 0 0 353 144 106
Binary 1100100 1110010 11111111 111101 110111 0 0 11101011 1100100 1000110

Color Harmonies of #6472FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6472FF

Black with #6472FF

Text Example


Text Example

White with #6472FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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