Html Css Color HEX #6672F1 Medium Slate Blue

📋 copy color: '#6672F1'

red 102 ◦ green 114 ◦ blue 241

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

Shades of Medium Slate Blue #6672F1

Tints of Medium Slate Blue #6672F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 52.74%

R = 22.32%
G = 24.95%
B = 52.74%

CMYK

 C value IS 0.58

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6672F1 (or 0x6672F1) is known color: Medium Slate Blue. HEX triplet: 66, 72 and F1. RGB value is (102,114,241). Sum of RGB (Red+Green+Blue) = 102+114+241=457 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.32% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 241 (94.53% from 255 or 52.74% from 457); Max value from RGB is 241 - color contains mainly: blue. Hex color #6672F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6672F1 is #998D0E. Grayscale: #7C7C7C. Windows color (decimal): -10063119 or 15823462. OLE color: 15823462.

HSL color Cylindrical-coordinate representation of color #6672F1: hue angle of 234.82º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6672F1 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 102 114 241 -
CMYK 0.58 0.53 0 0.05
HSL 234.82º 0.83% 0.67% -
HSV(B) 234.82º 0.58% 0.95% -
XYZ 27.37 21.21 85.87 -
YUV 124.89 193.52 111.67 -
System Red Green Blue C M Y K H S L
Decimal 102 114 241 0.58 0.53 0 0.05 234.82 0.83 0.67
Hex 66 72 F1 3A 35 0 5 EB 53 43
Octal 146 162 361 72 65 0 5 353 123 103
Binary 1100110 1110010 11110001 111010 110101 0 101 11101011 1010011 1000011

Color Harmonies of #6672F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6672F1

Black with #6672F1

Text Example


Text Example

White with #6672F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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