Html Css Color HEX #69599B Scampi

📋 copy color: '#69599B'

red 105 ◦ green 89 ◦ blue 155

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

Shades of Scampi #69599B

Tints of Scampi #69599B

RGB

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

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

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

R = 30.09%
G = 25.5%
B = 44.41%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#69599B (or 0x69599B) is known color: Scampi. HEX triplet: 69, 59 and 9B. RGB value is (105,89,155). Sum of RGB (Red+Green+Blue) = 105+89+155=349 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.09% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #69599B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69599B is #96A664. Grayscale: #656565. Windows color (decimal): -9872997 or 10180969. OLE color: 10180969.

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

Color convert

RGB 105 89 155 -
CMYK 0.32 0.43 0 0.39
HSL 254.55º 0.27% 0.48% -
HSV(B) 254.55º 0.43% 0.61% -
XYZ 15.31 12.51 32.62 -
YUV 101.31 158.3 130.63 -
System Red Green Blue C M Y K H S L
Decimal 105 89 155 0.32 0.43 0 0.39 254.55 0.27 0.48
Hex 69 59 9B 20 2B 0 27 FF 1B 30
Octal 151 131 233 40 53 0 47 377 33 60
Binary 1101001 1011001 10011011 100000 101011 0 100111 11111111 11011 110000

Color Harmonies of #69599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69599B

Black with #69599B

Text Example


Text Example

White with #69599B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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