Html Css Color HEX #6674FF Medium Slate Blue

📋 copy color: '#6674FF'

red 102 ◦ green 116 ◦ blue 255

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

Shades of Medium Slate Blue #6674FF

Tints of Medium Slate Blue #6674FF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.52%

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

R = 21.56%
G = 24.52%
B = 53.91%

CMYK

 C value IS 0.6

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6674FF (or 0x6674FF) is known color: Medium Slate Blue. HEX triplet: 66, 74 and FF. RGB value is (102,116,255). Sum of RGB (Red+Green+Blue) = 102+116+255=473 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.56% from 473); Green value is 116 (45.70% from 255 or 24.52% 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 #6674FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6674FF is #998B00. Grayscale: #7F7F7F. Windows color (decimal): -10062593 or 16741478. OLE color: 16741478.

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

Color convert

RGB 102 116 255 -
CMYK 0.6 0.55 0 0
HSL 234.51º 1% 0.7% -
HSV(B) 234.51º 0.6% 1% -
XYZ 29.77 22.54 97.39 -
YUV 127.66 199.86 109.7 -
System Red Green Blue C M Y K H S L
Decimal 102 116 255 0.6 0.55 0 0 234.51 1 0.7
Hex 66 74 FF 3C 37 0 0 EB 64 46
Octal 146 164 377 74 67 0 0 353 144 106
Binary 1100110 1110100 11111111 111100 110111 0 0 11101011 1100100 1000110

Color Harmonies of #6674FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6674FF

Black with #6674FF

Text Example


Text Example

White with #6674FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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