Html Css Color HEX #71689B Scampi

📋 copy color: '#71689B'

red 113 ◦ green 104 ◦ blue 155

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

Shades of Scampi #71689B

Tints of Scampi #71689B

RGB

 RED value IS 113 (44.53% from 255) = 30.38%

 GREEN value IS 104 (41.02% from 255) = 27.96%

 BLUE value IS 155 (60.94% from 255) = 41.67%

R = 30.38%
G = 27.96%
B = 41.67%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71689B (or 0x71689B) is known color: Scampi. HEX triplet: 71, 68 and 9B. RGB value is (113,104,155). Sum of RGB (Red+Green+Blue) = 113+104+155=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 155 - color contains mainly: blue. Hex color #71689B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71689B is #8E9764. Grayscale: #707070. Windows color (decimal): -9344869 or 10184817. OLE color: 10184817.

HSL color Cylindrical-coordinate representation of color #71689B: hue angle of 250.59º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #71689B is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 104 155 -
CMYK 0.27 0.33 0 0.39
HSL 250.59º 0.2% 0.51% -
HSV(B) 250.59º 0.33% 0.61% -
XYZ 17.68 15.78 33.12 -
YUV 112.51 151.98 128.35 -
System Red Green Blue C M Y K H S L
Decimal 113 104 155 0.27 0.33 0 0.39 250.59 0.2 0.51
Hex 71 68 9B 1B 21 0 27 FB 14 33
Octal 161 150 233 33 41 0 47 373 24 63
Binary 1110001 1101000 10011011 11011 100001 0 100111 11111011 10100 110011

Color Harmonies of #71689B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71689B

Black with #71689B

Text Example


Text Example

White with #71689B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71689B; }

 p { color: rgb(113,104,155); }

 H1.HeaderClassName
 {
   color: #71689B;
 }
 .AnyTagClassName
 {
   color: #71689B;
 }
</style>

background-color css

<style>
 a { background-color: #71689B; }

 a { background-color: rgb(113,104,155); }

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

border-color css

<style>
 span { border-color: #71689B; }

 span { border-color: rgb(113,104,155); }

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