Html Css Color HEX #67688E Scampi

📋 copy color: '#67688E'

red 103 ◦ green 104 ◦ blue 142

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

Shades of Scampi #67688E

Tints of Scampi #67688E

RGB

 RED value IS 103 (40.63% from 255) = 29.51%

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

 BLUE value IS 142 (55.86% from 255) = 40.69%

R = 29.51%
G = 29.8%
B = 40.69%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#67688E (or 0x67688E) is known color: Scampi. HEX triplet: 67, 68 and 8E. RGB value is (103,104,142). Sum of RGB (Red+Green+Blue) = 103+104+142=349 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.51% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 142 - color contains mainly: blue. Hex color #67688E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67688E is #989771. Grayscale: #6B6B6B. Windows color (decimal): -10000242 or 9332839. OLE color: 9332839.

HSL color Cylindrical-coordinate representation of color #67688E: hue angle of 238.46º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #67688E is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 103 104 142 -
CMYK 0.27 0.27 0 0.44
HSL 238.46º 0.16% 0.48% -
HSV(B) 238.46º 0.27% 0.56% -
XYZ 15.43 14.74 27.62 -
YUV 108.03 147.17 124.41 -
System Red Green Blue C M Y K H S L
Decimal 103 104 142 0.27 0.27 0 0.44 238.46 0.16 0.48
Hex 67 68 8E 1B 1B 0 2C EE 10 30
Octal 147 150 216 33 33 0 54 356 20 60
Binary 1100111 1101000 10001110 11011 11011 0 101100 11101110 10000 110000

Color Harmonies of #67688E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67688E

Black with #67688E

Text Example


Text Example

White with #67688E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67688E; }

 p { color: rgb(103,104,142); }

 H1.HeaderClassName
 {
   color: #67688E;
 }
 .AnyTagClassName
 {
   color: #67688E;
 }
</style>

background-color css

<style>
 a { background-color: #67688E; }

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

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

border-color css

<style>
 span { border-color: #67688E; }

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

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