Html Css Color HEX #68609D Scampi

📋 copy color: '#68609D'

red 104 ◦ green 96 ◦ blue 157

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

Shades of Scampi #68609D

Tints of Scampi #68609D

RGB

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

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

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

R = 29.13%
G = 26.89%
B = 43.98%

CMYK

 C value IS 0.34

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68609D (or 0x68609D) is known color: Scampi. HEX triplet: 68, 60 and 9D. RGB value is (104,96,157). Sum of RGB (Red+Green+Blue) = 104+96+157=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 157 - color contains mainly: blue. Hex color #68609D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68609D is #979F62. Grayscale: #696969. Windows color (decimal): -9936739 or 10313832. OLE color: 10313832.

HSL color Cylindrical-coordinate representation of color #68609D: hue angle of 247.87º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68609D is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 96 157 -
CMYK 0.34 0.39 0 0.38
HSL 247.87º 0.24% 0.5% -
HSV(B) 247.87º 0.39% 0.62% -
XYZ 15.98 13.74 33.71 -
YUV 105.35 157.15 127.04 -
System Red Green Blue C M Y K H S L
Decimal 104 96 157 0.34 0.39 0 0.38 247.87 0.24 0.5
Hex 68 60 9D 22 27 0 26 F8 18 32
Octal 150 140 235 42 47 0 46 370 30 62
Binary 1101000 1100000 10011101 100010 100111 0 100110 11111000 11000 110010

Color Harmonies of #68609D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68609D

Black with #68609D

Text Example


Text Example

White with #68609D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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