Html Css Color HEX #6772FB Medium Slate Blue

📋 copy color: '#6772FB'

red 103 ◦ green 114 ◦ blue 251

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

Shades of Medium Slate Blue #6772FB

Tints of Medium Slate Blue #6772FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.63%

R = 22.01%
G = 24.36%
B = 53.63%

CMYK

 C value IS 0.59

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6772FB (or 0x6772FB) is known color: Medium Slate Blue. HEX triplet: 67, 72 and FB. RGB value is (103,114,251). Sum of RGB (Red+Green+Blue) = 103+114+251=468 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.01% from 468); Green value is 114 (44.92% from 255 or 24.36% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #6772FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6772FB is #988D04. Grayscale: #7D7D7D. Windows color (decimal): -9997573 or 16478823. OLE color: 16478823.

HSL color Cylindrical-coordinate representation of color #6772FB: hue angle of 235.54º degrees, saturation: 0.95, 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 #6772FB is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 103 114 251 -
CMYK 0.59 0.55 0 0.02
HSL 235.54º 0.95% 0.69% -
HSV(B) 235.54º 0.59% 0.98% -
XYZ 29.02 21.88 93.96 -
YUV 126.33 198.36 111.36 -
System Red Green Blue C M Y K H S L
Decimal 103 114 251 0.59 0.55 0 0.02 235.54 0.95 0.69
Hex 67 72 FB 3B 37 0 2 EC 5F 45
Octal 147 162 373 73 67 0 2 354 137 105
Binary 1100111 1110010 11111011 111011 110111 0 10 11101100 1011111 1000101

Color Harmonies of #6772FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6772FB

Black with #6772FB

Text Example


Text Example

White with #6772FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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