Html Css Color HEX #68679B Scampi

📋 copy color: '#68679B'

red 104 ◦ green 103 ◦ blue 155

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

Shades of Scampi #68679B

Tints of Scampi #68679B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.82%

R = 28.73%
G = 28.45%
B = 42.82%

CMYK

 C value IS 0.33

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68679B (or 0x68679B) is known color: Scampi. HEX triplet: 68, 67 and 9B. RGB value is (104,103,155). Sum of RGB (Red+Green+Blue) = 104+103+155=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #68679B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68679B is #979864. Grayscale: #6D6D6D. Windows color (decimal): -9934949 or 10184552. OLE color: 10184552.

HSL color Cylindrical-coordinate representation of color #68679B: hue angle of 241.15º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #68679B is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 103 155 -
CMYK 0.33 0.34 0 0.39
HSL 241.15º 0.21% 0.51% -
HSV(B) 241.15º 0.34% 0.61% -
XYZ 16.48 15.01 33.04 -
YUV 109.23 153.83 124.27 -
System Red Green Blue C M Y K H S L
Decimal 104 103 155 0.33 0.34 0 0.39 241.15 0.21 0.51
Hex 68 67 9B 21 22 0 27 F1 15 33
Octal 150 147 233 41 42 0 47 361 25 63
Binary 1101000 1100111 10011011 100001 100010 0 100111 11110001 10101 110011

Color Harmonies of #68679B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68679B

Black with #68679B

Text Example


Text Example

White with #68679B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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