Html Css Color HEX #67689C Scampi

📋 copy color: '#67689C'

red 103 ◦ green 104 ◦ blue 156

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

Shades of Scampi #67689C

Tints of Scampi #67689C

RGB

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

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

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

R = 28.37%
G = 28.65%
B = 42.98%

CMYK

 C value IS 0.34

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#67689C (or 0x67689C) is known color: Scampi. HEX triplet: 67, 68 and 9C. RGB value is (103,104,156). Sum of RGB (Red+Green+Blue) = 103+104+156=363 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.37% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 156 - color contains mainly: blue. Hex color #67689C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67689C is #989763. Grayscale: #6D6D6D. Windows color (decimal): -10000228 or 10250343. OLE color: 10250343.

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

Color convert

RGB 103 104 156 -
CMYK 0.34 0.33 0 0.39
HSL 238.87º 0.21% 0.51% -
HSV(B) 238.87º 0.34% 0.61% -
XYZ 16.54 15.18 33.51 -
YUV 109.63 154.17 123.27 -
System Red Green Blue C M Y K H S L
Decimal 103 104 156 0.34 0.33 0 0.39 238.87 0.21 0.51
Hex 67 68 9C 22 21 0 27 EF 15 33
Octal 147 150 234 42 41 0 47 357 25 63
Binary 1100111 1101000 10011100 100010 100001 0 100111 11101111 10101 110011

Color Harmonies of #67689C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67689C

Black with #67689C

Text Example


Text Example

White with #67689C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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