Html Css Color HEX #68629D Scampi

📋 copy color: '#68629D'

red 104 ◦ green 98 ◦ blue 157

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

Shades of Scampi #68629D

Tints of Scampi #68629D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.3%

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

R = 28.97%
G = 27.3%
B = 43.73%

CMYK

 C value IS 0.34

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68629D (or 0x68629D) is known color: Scampi. HEX triplet: 68, 62 and 9D. RGB value is (104,98,157). Sum of RGB (Red+Green+Blue) = 104+98+157=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 157 - color contains mainly: blue. Hex color #68629D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68629D is #979D62. Grayscale: #6A6A6A. Windows color (decimal): -9936227 or 10314344. OLE color: 10314344.

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

Color convert

RGB 104 98 157 -
CMYK 0.34 0.38 0 0.38
HSL 246.1º 0.23% 0.5% -
HSV(B) 246.1º 0.38% 0.62% -
XYZ 16.16 14.11 33.77 -
YUV 106.52 156.49 126.2 -
System Red Green Blue C M Y K H S L
Decimal 104 98 157 0.34 0.38 0 0.38 246.1 0.23 0.5
Hex 68 62 9D 22 26 0 26 F6 17 32
Octal 150 142 235 42 46 0 46 366 27 62
Binary 1101000 1100010 10011101 100010 100110 0 100110 11110110 10111 110010

Color Harmonies of #68629D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68629D

Black with #68629D

Text Example


Text Example

White with #68629D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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