Html Css Color HEX #6674FD Medium Slate Blue

📋 copy color: '#6674FD'

red 102 ◦ green 116 ◦ blue 253

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

Shades of Medium Slate Blue #6674FD

Tints of Medium Slate Blue #6674FD

RGB

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

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

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

R = 21.66%
G = 24.63%
B = 53.72%

CMYK

 C value IS 0.60

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6674FD (or 0x6674FD) is known color: Medium Slate Blue. HEX triplet: 66, 74 and FD. RGB value is (102,116,253). Sum of RGB (Red+Green+Blue) = 102+116+253=471 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.66% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #6674FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6674FD is #998B02. Grayscale: #7E7E7E. Windows color (decimal): -10062595 or 16610406. OLE color: 16610406.

HSL color Cylindrical-coordinate representation of color #6674FD: hue angle of 234.44º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6674FD is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 102 116 253 -
CMYK 0.60 0.54 0 0.01
HSL 234.44º 0.97% 0.7% -
HSV(B) 234.44º 0.6% 0.99% -
XYZ 29.45 22.41 95.7 -
YUV 127.43 198.86 109.86 -
System Red Green Blue C M Y K H S L
Decimal 102 116 253 0.60 0.54 0 0.01 234.44 0.97 0.7
Hex 66 74 FD 3C 36 0 1 EA 61 46
Octal 146 164 375 74 66 0 1 352 141 106
Binary 1100110 1110100 11111101 111100 110110 0 1 11101010 1100001 1000110

Color Harmonies of #6674FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6674FD

Black with #6674FD

Text Example


Text Example

White with #6674FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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