Html Css Color HEX #67689D Scampi

📋 copy color: '#67689D'

red 103 ◦ green 104 ◦ blue 157

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

Shades of Scampi #67689D

Tints of Scampi #67689D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.13%

R = 28.3%
G = 28.57%
B = 43.13%

CMYK

 C value IS 0.34

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#67689D (or 0x67689D) is known color: Scampi. HEX triplet: 67, 68 and 9D. RGB value is (103,104,157). Sum of RGB (Red+Green+Blue) = 103+104+157=364 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.30% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 157 - color contains mainly: blue. Hex color #67689D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67689D is #989762. Grayscale: #6D6D6D. Windows color (decimal): -10000227 or 10315879. OLE color: 10315879.

HSL color Cylindrical-coordinate representation of color #67689D: hue angle of 238.89º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #67689D is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 103 104 157 -
CMYK 0.34 0.34 0 0.38
HSL 238.89º 0.22% 0.51% -
HSV(B) 238.89º 0.34% 0.62% -
XYZ 16.63 15.22 33.96 -
YUV 109.74 154.67 123.19 -
System Red Green Blue C M Y K H S L
Decimal 103 104 157 0.34 0.34 0 0.38 238.89 0.22 0.51
Hex 67 68 9D 22 22 0 26 EF 16 33
Octal 147 150 235 42 42 0 46 357 26 63
Binary 1100111 1101000 10011101 100010 100010 0 100110 11101111 10110 110011

Color Harmonies of #67689D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67689D

Black with #67689D

Text Example


Text Example

White with #67689D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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