Html Css Color HEX #75699D Scampi

📋 copy color: '#75699D'

red 117 ◦ green 105 ◦ blue 157

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

Shades of Scampi #75699D

Tints of Scampi #75699D

RGB

 RED value IS 117 (46.09% from 255) = 30.87%

 GREEN value IS 105 (41.41% from 255) = 27.7%

 BLUE value IS 157 (61.72% from 255) = 41.42%

R = 30.87%
G = 27.7%
B = 41.42%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75699D (or 0x75699D) is known color: Scampi. HEX triplet: 75, 69 and 9D. RGB value is (117,105,157). Sum of RGB (Red+Green+Blue) = 117+105+157=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 157 - color contains mainly: blue. Hex color #75699D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75699D is #8A9662. Grayscale: #727272. Windows color (decimal): -9082467 or 10316149. OLE color: 10316149.

HSL color Cylindrical-coordinate representation of color #75699D: hue angle of 253.85º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #75699D is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 105 157 -
CMYK 0.25 0.33 0 0.38
HSL 253.85º 0.21% 0.51% -
HSV(B) 253.85º 0.33% 0.62% -
XYZ 18.47 16.32 34.07 -
YUV 114.52 151.98 129.77 -
System Red Green Blue C M Y K H S L
Decimal 117 105 157 0.25 0.33 0 0.38 253.85 0.21 0.51
Hex 75 69 9D 19 21 0 26 FE 15 33
Octal 165 151 235 31 41 0 46 376 25 63
Binary 1110101 1101001 10011101 11001 100001 0 100110 11111110 10101 110011

Color Harmonies of #75699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75699D

Black with #75699D

Text Example


Text Example

White with #75699D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75699D; }

 p { color: rgb(117,105,157); }

 H1.HeaderClassName
 {
   color: #75699D;
 }
 .AnyTagClassName
 {
   color: #75699D;
 }
</style>

background-color css

<style>
 a { background-color: #75699D; }

 a { background-color: rgb(117,105,157); }

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

border-color css

<style>
 span { border-color: #75699D; }

 span { border-color: rgb(117,105,157); }

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