Html Css Color HEX #68659D Scampi

📋 copy color: '#68659D'

red 104 ◦ green 101 ◦ blue 157

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

Shades of Scampi #68659D

Tints of Scampi #68659D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.9%

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

R = 28.73%
G = 27.9%
B = 43.37%

CMYK

 C value IS 0.34

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68659D (or 0x68659D) is known color: Scampi. HEX triplet: 68, 65 and 9D. RGB value is (104,101,157). Sum of RGB (Red+Green+Blue) = 104+101+157=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 157 - color contains mainly: blue. Hex color #68659D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68659D is #979A62. Grayscale: #6C6C6C. Windows color (decimal): -9935459 or 10315112. OLE color: 10315112.

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

Color convert

RGB 104 101 157 -
CMYK 0.34 0.36 0 0.38
HSL 243.21º 0.22% 0.51% -
HSV(B) 243.21º 0.36% 0.62% -
XYZ 16.45 14.68 33.87 -
YUV 108.28 155.49 124.95 -
System Red Green Blue C M Y K H S L
Decimal 104 101 157 0.34 0.36 0 0.38 243.21 0.22 0.51
Hex 68 65 9D 22 24 0 26 F3 16 33
Octal 150 145 235 42 44 0 46 363 26 63
Binary 1101000 1100101 10011101 100010 100100 0 100110 11110011 10110 110011

Color Harmonies of #68659D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68659D

Black with #68659D

Text Example


Text Example

White with #68659D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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