Html Css Color HEX #6672FD Medium Slate Blue

📋 copy color: '#6672FD'

red 102 ◦ green 114 ◦ blue 253

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

Shades of Medium Slate Blue #6672FD

Tints of Medium Slate Blue #6672FD

RGB

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

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

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

R = 21.75%
G = 24.31%
B = 53.94%

CMYK

 C value IS 0.60

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6672FD (or 0x6672FD) is known color: Medium Slate Blue. HEX triplet: 66, 72 and FD. RGB value is (102,114,253). Sum of RGB (Red+Green+Blue) = 102+114+253=469 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.75% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #6672FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6672FD is #998D02. Grayscale: #7D7D7D. Windows color (decimal): -10063107 or 16609894. OLE color: 16609894.

HSL color Cylindrical-coordinate representation of color #6672FD: hue angle of 235.23º 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 #6672FD is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 102 114 253 -
CMYK 0.60 0.55 0 0.01
HSL 235.23º 0.97% 0.7% -
HSV(B) 235.23º 0.6% 0.99% -
XYZ 29.23 21.95 95.63 -
YUV 126.26 199.52 110.7 -
System Red Green Blue C M Y K H S L
Decimal 102 114 253 0.60 0.55 0 0.01 235.23 0.97 0.7
Hex 66 72 FD 3C 37 0 1 EB 61 46
Octal 146 162 375 74 67 0 1 353 141 106
Binary 1100110 1110010 11111101 111100 110111 0 1 11101011 1100001 1000110

Color Harmonies of #6672FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6672FD

Black with #6672FD

Text Example


Text Example

White with #6672FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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