Html Css Color HEX #68689C Scampi

📋 copy color: '#68689C'

red 104 ◦ green 104 ◦ blue 156

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

Shades of Scampi #68689C

Tints of Scampi #68689C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.57%

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

R = 28.57%
G = 28.57%
B = 42.86%

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

#68689C (or 0x68689C) is known color: Scampi. HEX triplet: 68, 68 and 9C. RGB value is (104,104,156). Sum of RGB (Red+Green+Blue) = 104+104+156=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 156 - color contains mainly: blue. Hex color #68689C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68689C is #979763. Grayscale: #6D6D6D. Windows color (decimal): -9934692 or 10250344. OLE color: 10250344.

HSL color Cylindrical-coordinate representation of color #68689C: hue angle of 240º 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 #68689C is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 104 156 -
CMYK 0.33 0.33 0 0.39
HSL 240º 0.21% 0.51% -
HSV(B) 240º 0.33% 0.61% -
XYZ 16.66 15.24 33.52 -
YUV 109.93 154 123.77 -
System Red Green Blue C M Y K H S L
Decimal 104 104 156 0.33 0.33 0 0.39 240 0.21 0.51
Hex 68 68 9C 21 21 0 27 F0 15 33
Octal 150 150 234 41 41 0 47 360 25 63
Binary 1101000 1101000 10011100 100001 100001 0 100111 11110000 10101 110011

Color Harmonies of #68689C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68689C

Black with #68689C

Text Example


Text Example

White with #68689C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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