Html Css Color HEX #68669D Scampi

📋 copy color: '#68669D'

red 104 ◦ green 102 ◦ blue 157

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

Shades of Scampi #68669D

Tints of Scampi #68669D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.1%

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

R = 28.65%
G = 28.1%
B = 43.25%

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

#68669D (or 0x68669D) is known color: Scampi. HEX triplet: 68, 66 and 9D. RGB value is (104,102,157). Sum of RGB (Red+Green+Blue) = 104+102+157=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #68669D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68669D is #979962. Grayscale: #6C6C6C. Windows color (decimal): -9935203 or 10315368. OLE color: 10315368.

HSL color Cylindrical-coordinate representation of color #68669D: hue angle of 242.18º 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 #68669D is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 102 157 -
CMYK 0.34 0.35 0 0.38
HSL 242.18º 0.22% 0.51% -
HSV(B) 242.18º 0.35% 0.62% -
XYZ 16.55 14.88 33.9 -
YUV 108.87 155.16 124.53 -
System Red Green Blue C M Y K H S L
Decimal 104 102 157 0.34 0.35 0 0.38 242.18 0.22 0.51
Hex 68 66 9D 22 23 0 26 F2 16 33
Octal 150 146 235 42 43 0 46 362 26 63
Binary 1101000 1100110 10011101 100010 100011 0 100110 11110010 10110 110011

Color Harmonies of #68669D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68669D

Black with #68669D

Text Example


Text Example

White with #68669D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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