Html Css Color HEX #68679F Scampi

📋 copy color: '#68679F'

red 104 ◦ green 103 ◦ blue 159

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

Shades of Scampi #68679F

Tints of Scampi #68679F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.44%

R = 28.42%
G = 28.14%
B = 43.44%

CMYK

 C value IS 0.35

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68679F (or 0x68679F) is known color: Scampi. HEX triplet: 68, 67 and 9F. RGB value is (104,103,159). Sum of RGB (Red+Green+Blue) = 104+103+159=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 159 - color contains mainly: blue. Hex color #68679F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68679F is #979860. Grayscale: #6D6D6D. Windows color (decimal): -9934945 or 10446696. OLE color: 10446696.

HSL color Cylindrical-coordinate representation of color #68679F: hue angle of 241.07º degrees, saturation: 0.23, 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 #68679F is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 103 159 -
CMYK 0.35 0.35 0 0.38
HSL 241.07º 0.23% 0.51% -
HSV(B) 241.07º 0.35% 0.62% -
XYZ 16.82 15.15 34.84 -
YUV 109.68 155.83 123.95 -
System Red Green Blue C M Y K H S L
Decimal 104 103 159 0.35 0.35 0 0.38 241.07 0.23 0.51
Hex 68 67 9F 23 23 0 26 F1 17 33
Octal 150 147 237 43 43 0 46 361 27 63
Binary 1101000 1100111 10011111 100011 100011 0 100110 11110001 10111 110011

Color Harmonies of #68679F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68679F

Black with #68679F

Text Example


Text Example

White with #68679F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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