Html Css Color HEX #68699C Scampi

📋 copy color: '#68699C'

red 104 ◦ green 105 ◦ blue 156

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

Shades of Scampi #68699C

Tints of Scampi #68699C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.77%

 BLUE value IS 156 (61.33% from 255) = 42.74%

R = 28.49%
G = 28.77%
B = 42.74%

CMYK

 C value IS 0.33

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68699C (or 0x68699C) is known color: Scampi. HEX triplet: 68, 69 and 9C. RGB value is (104,105,156). Sum of RGB (Red+Green+Blue) = 104+105+156=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 156 - color contains mainly: blue. Hex color #68699C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68699C is #979663. Grayscale: #6E6E6E. Windows color (decimal): -9934436 or 10250600. OLE color: 10250600.

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

Color convert

RGB 104 105 156 -
CMYK 0.33 0.33 0 0.39
HSL 238.85º 0.21% 0.51% -
HSV(B) 238.85º 0.33% 0.61% -
XYZ 16.76 15.45 33.55 -
YUV 110.52 153.67 123.35 -
System Red Green Blue C M Y K H S L
Decimal 104 105 156 0.33 0.33 0 0.39 238.85 0.21 0.51
Hex 68 69 9C 21 21 0 27 EF 15 33
Octal 150 151 234 41 41 0 47 357 25 63
Binary 1101000 1101001 10011100 100001 100001 0 100111 11101111 10101 110011

Color Harmonies of #68699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68699C

Black with #68699C

Text Example


Text Example

White with #68699C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68699C; }

 p { color: rgb(104,105,156); }

 H1.HeaderClassName
 {
   color: #68699C;
 }
 .AnyTagClassName
 {
   color: #68699C;
 }
</style>

background-color css

<style>
 a { background-color: #68699C; }

 a { background-color: rgb(104,105,156); }

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

border-color css

<style>
 span { border-color: #68699C; }

 span { border-color: rgb(104,105,156); }

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