Html Css Color HEX #6772FA Medium Slate Blue

📋 copy color: '#6772FA'

red 103 ◦ green 114 ◦ blue 250

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

Shades of Medium Slate Blue #6772FA

Tints of Medium Slate Blue #6772FA

RGB

 RED value IS 103 (40.63% from 255) = 22.06%

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

 BLUE value IS 250 (98.05% from 255) = 53.53%

R = 22.06%
G = 24.41%
B = 53.53%

CMYK

 C value IS 0.59

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6772FA (or 0x6772FA) is known color: Medium Slate Blue. HEX triplet: 67, 72 and FA. RGB value is (103,114,250). Sum of RGB (Red+Green+Blue) = 103+114+250=467 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.06% from 467); Green value is 114 (44.92% from 255 or 24.41% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #6772FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6772FA is #988D05. Grayscale: #7D7D7D. Windows color (decimal): -9997574 or 16413287. OLE color: 16413287.

HSL color Cylindrical-coordinate representation of color #6772FA: hue angle of 235.51º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6772FA is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 103 114 250 -
CMYK 0.59 0.54 0 0.02
HSL 235.51º 0.94% 0.69% -
HSV(B) 235.51º 0.59% 0.98% -
XYZ 28.87 21.82 93.13 -
YUV 126.22 197.86 111.44 -
System Red Green Blue C M Y K H S L
Decimal 103 114 250 0.59 0.54 0 0.02 235.51 0.94 0.69
Hex 67 72 FA 3B 36 0 2 EC 5E 45
Octal 147 162 372 73 66 0 2 354 136 105
Binary 1100111 1110010 11111010 111011 110110 0 10 11101100 1011110 1000101

Color Harmonies of #6772FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6772FA

Black with #6772FA

Text Example


Text Example

White with #6772FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6772FA; }

 p { color: rgb(103,114,250); }

 H1.HeaderClassName
 {
   color: #6772FA;
 }
 .AnyTagClassName
 {
   color: #6772FA;
 }
</style>

background-color css

<style>
 a { background-color: #6772FA; }

 a { background-color: rgb(103,114,250); }

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

border-color css

<style>
 span { border-color: #6772FA; }

 span { border-color: rgb(103,114,250); }

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