Html Css Color HEX #68679E Scampi

📋 copy color: '#68679E'

red 104 ◦ green 103 ◦ blue 158

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

Shades of Scampi #68679E

Tints of Scampi #68679E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.22%

 BLUE value IS 158 (62.11% from 255) = 43.29%

R = 28.49%
G = 28.22%
B = 43.29%

CMYK

 C value IS 0.34

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68679E (or 0x68679E) is known color: Scampi. HEX triplet: 68, 67 and 9E. RGB value is (104,103,158). Sum of RGB (Red+Green+Blue) = 104+103+158=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 158 - color contains mainly: blue. Hex color #68679E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68679E is #979861. Grayscale: #6D6D6D. Windows color (decimal): -9934946 or 10381160. OLE color: 10381160.

HSL color Cylindrical-coordinate representation of color #68679E: hue angle of 241.09º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68679E is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 103 158 -
CMYK 0.34 0.35 0 0.38
HSL 241.09º 0.22% 0.51% -
HSV(B) 241.09º 0.35% 0.62% -
XYZ 16.73 15.11 34.38 -
YUV 109.57 155.33 124.03 -
System Red Green Blue C M Y K H S L
Decimal 104 103 158 0.34 0.35 0 0.38 241.09 0.22 0.51
Hex 68 67 9E 22 23 0 26 F1 16 33
Octal 150 147 236 42 43 0 46 361 26 63
Binary 1101000 1100111 10011110 100010 100011 0 100110 11110001 10110 110011

Color Harmonies of #68679E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68679E

Black with #68679E

Text Example


Text Example

White with #68679E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68679E; }

 p { color: rgb(104,103,158); }

 H1.HeaderClassName
 {
   color: #68679E;
 }
 .AnyTagClassName
 {
   color: #68679E;
 }
</style>

background-color css

<style>
 a { background-color: #68679E; }

 a { background-color: rgb(104,103,158); }

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

border-color css

<style>
 span { border-color: #68679E; }

 span { border-color: rgb(104,103,158); }

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