Html Css Color HEX #68609A Scampi

📋 copy color: '#68609A'

red 104 ◦ green 96 ◦ blue 154

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

Shades of Scampi #68609A

Tints of Scampi #68609A

RGB

 RED value IS 104 (41.02% from 255) = 29.38%

 GREEN value IS 96 (37.89% from 255) = 27.12%

 BLUE value IS 154 (60.55% from 255) = 43.5%

R = 29.38%
G = 27.12%
B = 43.5%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#68609A (or 0x68609A) is known color: Scampi. HEX triplet: 68, 60 and 9A. RGB value is (104,96,154). Sum of RGB (Red+Green+Blue) = 104+96+154=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 154 (60.55% from 255 or 43.50% from 354); Max value from RGB is 154 - color contains mainly: blue. Hex color #68609A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68609A is #979F65. Grayscale: #686868. Windows color (decimal): -9936742 or 10117224. OLE color: 10117224.

HSL color Cylindrical-coordinate representation of color #68609A: hue angle of 248.28º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68609A is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 104 96 154 -
CMYK 0.32 0.38 0 0.40
HSL 248.28º 0.23% 0.49% -
HSV(B) 248.28º 0.38% 0.6% -
XYZ 15.72 13.64 32.38 -
YUV 105 155.65 127.28 -
System Red Green Blue C M Y K H S L
Decimal 104 96 154 0.32 0.38 0 0.40 248.28 0.23 0.49
Hex 68 60 9A 20 26 0 28 F8 17 31
Octal 150 140 232 40 46 0 50 370 27 61
Binary 1101000 1100000 10011010 100000 100110 0 101000 11111000 10111 110001

Color Harmonies of #68609A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68609A

Black with #68609A

Text Example


Text Example

White with #68609A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68609A; }

 p { color: rgb(104,96,154); }

 H1.HeaderClassName
 {
   color: #68609A;
 }
 .AnyTagClassName
 {
   color: #68609A;
 }
</style>

background-color css

<style>
 a { background-color: #68609A; }

 a { background-color: rgb(104,96,154); }

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

border-color css

<style>
 span { border-color: #68609A; }

 span { border-color: rgb(104,96,154); }

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