Html Css Color HEX #6B72FC Medium Slate Blue

📋 copy color: '#6B72FC'

red 107 ◦ green 114 ◦ blue 252

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

Shades of Medium Slate Blue #6B72FC

Tints of Medium Slate Blue #6B72FC

RGB

 RED value IS 107 (42.19% from 255) = 22.62%

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

 BLUE value IS 252 (98.83% from 255) = 53.28%

R = 22.62%
G = 24.1%
B = 53.28%

CMYK

 C value IS 0.58

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6B72FC (or 0x6B72FC) is known color: Medium Slate Blue. HEX triplet: 6B, 72 and FC. RGB value is (107,114,252). Sum of RGB (Red+Green+Blue) = 107+114+252=473 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.62% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B72FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B72FC is #948D03. Grayscale: #7F7F7F. Windows color (decimal): -9735428 or 16544363. OLE color: 16544363.

HSL color Cylindrical-coordinate representation of color #6B72FC: hue angle of 237.1º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B72FC is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 107 114 252 -
CMYK 0.58 0.55 0 0.01
HSL 237.1º 0.96% 0.7% -
HSV(B) 237.1º 0.58% 0.99% -
XYZ 29.65 22.19 94.82 -
YUV 127.64 198.18 113.28 -
System Red Green Blue C M Y K H S L
Decimal 107 114 252 0.58 0.55 0 0.01 237.1 0.96 0.7
Hex 6B 72 FC 3A 37 0 1 ED 60 46
Octal 153 162 374 72 67 0 1 355 140 106
Binary 1101011 1110010 11111100 111010 110111 0 1 11101101 1100000 1000110

Color Harmonies of #6B72FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B72FC

Black with #6B72FC

Text Example


Text Example

White with #6B72FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B72FC; }

 p { color: rgb(107,114,252); }

 H1.HeaderClassName
 {
   color: #6B72FC;
 }
 .AnyTagClassName
 {
   color: #6B72FC;
 }
</style>

background-color css

<style>
 a { background-color: #6B72FC; }

 a { background-color: rgb(107,114,252); }

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

border-color css

<style>
 span { border-color: #6B72FC; }

 span { border-color: rgb(107,114,252); }

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