Html Css Color HEX #68669C Scampi

📋 copy color: '#68669C'

red 104 ◦ green 102 ◦ blue 156

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

Shades of Scampi #68669C

Tints of Scampi #68669C

RGB

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

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

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

R = 28.73%
G = 28.18%
B = 43.09%

CMYK

 C value IS 0.33

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68669C (or 0x68669C) is known color: Scampi. HEX triplet: 68, 66 and 9C. RGB value is (104,102,156). Sum of RGB (Red+Green+Blue) = 104+102+156=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 156 - color contains mainly: blue. Hex color #68669C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68669C is #979963. Grayscale: #6C6C6C. Windows color (decimal): -9935204 or 10249832. OLE color: 10249832.

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

Color convert

RGB 104 102 156 -
CMYK 0.33 0.35 0 0.39
HSL 242.22º 0.21% 0.51% -
HSV(B) 242.22º 0.35% 0.61% -
XYZ 16.46 14.85 33.45 -
YUV 108.75 154.66 124.61 -
System Red Green Blue C M Y K H S L
Decimal 104 102 156 0.33 0.35 0 0.39 242.22 0.21 0.51
Hex 68 66 9C 21 23 0 27 F2 15 33
Octal 150 146 234 41 43 0 47 362 25 63
Binary 1101000 1100110 10011100 100001 100011 0 100111 11110010 10101 110011

Color Harmonies of #68669C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68669C

Black with #68669C

Text Example


Text Example

White with #68669C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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