Html Css Color HEX #67689E Scampi

📋 copy color: '#67689E'

red 103 ◦ green 104 ◦ blue 158

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

Shades of Scampi #67689E

Tints of Scampi #67689E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 43.29%

R = 28.22%
G = 28.49%
B = 43.29%

CMYK

 C value IS 0.35

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#67689E (or 0x67689E) is known color: Scampi. HEX triplet: 67, 68 and 9E. RGB value is (103,104,158). Sum of RGB (Red+Green+Blue) = 103+104+158=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 158 - color contains mainly: blue. Hex color #67689E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67689E is #989761. Grayscale: #6D6D6D. Windows color (decimal): -10000226 or 10381415. OLE color: 10381415.

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

Color convert

RGB 103 104 158 -
CMYK 0.35 0.34 0 0.38
HSL 238.91º 0.22% 0.51% -
HSV(B) 238.91º 0.35% 0.62% -
XYZ 16.72 15.25 34.41 -
YUV 109.86 155.17 123.11 -
System Red Green Blue C M Y K H S L
Decimal 103 104 158 0.35 0.34 0 0.38 238.91 0.22 0.51
Hex 67 68 9E 23 22 0 26 EF 16 33
Octal 147 150 236 43 42 0 46 357 26 63
Binary 1100111 1101000 10011110 100011 100010 0 100110 11101111 10110 110011

Color Harmonies of #67689E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67689E

Black with #67689E

Text Example


Text Example

White with #67689E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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