Html Css Color HEX #6664FF Medium Slate Blue

📋 copy color: '#6664FF'

red 102 ◦ green 100 ◦ blue 255

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

Shades of Medium Slate Blue #6664FF

Tints of Medium Slate Blue #6664FF

RGB

 RED value IS 102 (40.23% from 255) = 22.32%

 GREEN value IS 100 (39.45% from 255) = 21.88%

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

R = 22.32%
G = 21.88%
B = 55.8%

CMYK

 C value IS 0.6

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6664FF (or 0x6664FF) is known color: Medium Slate Blue. HEX triplet: 66, 64 and FF. RGB value is (102,100,255). Sum of RGB (Red+Green+Blue) = 102+100+255=457 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.32% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #6664FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6664FF is #999B00. Grayscale: #757575. Windows color (decimal): -10066689 or 16737382. OLE color: 16737382.

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

Color convert

RGB 102 100 255 -
CMYK 0.6 0.61 0 0
HSL 240.77º 1% 0.7% -
HSV(B) 240.77º 0.61% 1% -
XYZ 28.09 19.16 96.83 -
YUV 118.27 205.16 116.4 -
System Red Green Blue C M Y K H S L
Decimal 102 100 255 0.6 0.61 0 0 240.77 1 0.7
Hex 66 64 FF 3C 3D 0 0 F1 64 46
Octal 146 144 377 74 75 0 0 361 144 106
Binary 1100110 1100100 11111111 111100 111101 0 0 11110001 1100100 1000110

Color Harmonies of #6664FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6664FF

Black with #6664FF

Text Example


Text Example

White with #6664FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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