Html Css Color HEX #69599D Scampi

📋 copy color: '#69599D'

red 105 ◦ green 89 ◦ blue 157

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

Shades of Scampi #69599D

Tints of Scampi #69599D

RGB

 RED value IS 105 (41.41% from 255) = 29.91%

 GREEN value IS 89 (35.16% from 255) = 25.36%

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

R = 29.91%
G = 25.36%
B = 44.73%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#69599D (or 0x69599D) is known color: Scampi. HEX triplet: 69, 59 and 9D. RGB value is (105,89,157). Sum of RGB (Red+Green+Blue) = 105+89+157=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 157 - color contains mainly: blue. Hex color #69599D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69599D is #96A662. Grayscale: #656565. Windows color (decimal): -9872995 or 10312041. OLE color: 10312041.

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

Color convert

RGB 105 89 157 -
CMYK 0.33 0.43 0 0.38
HSL 254.12º 0.28% 0.48% -
HSV(B) 254.12º 0.43% 0.62% -
XYZ 15.48 12.58 33.51 -
YUV 101.54 159.3 130.47 -
System Red Green Blue C M Y K H S L
Decimal 105 89 157 0.33 0.43 0 0.38 254.12 0.28 0.48
Hex 69 59 9D 21 2B 0 26 FE 1C 30
Octal 151 131 235 41 53 0 46 376 34 60
Binary 1101001 1011001 10011101 100001 101011 0 100110 11111110 11100 110000

Color Harmonies of #69599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69599D

Black with #69599D

Text Example


Text Example

White with #69599D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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